Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35458 60 d 5 h amit /trunk/ Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level

Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories

Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor

Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility
 
29707 1520 d 13 h tejbeer /trunk/ billing change  
27693 1854 d 1 h amit.gupta /trunk/profitmandi-fofo/src/main/ Added order related changes  
26839 2042 d 13 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26838 2042 d 14 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26817 2043 d 14 h amit.gupta /trunk/ Added Online sale  
26807 2052 d 14 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26806 2053 d 7 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
25170 2424 d 16 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed Dashboard  
24087 2721 d 10 h amit.gupta /trunk/ Fixed issues related to prebooking.
Added price drop logic
 
23584 2857 d 14 h ashik.ali /trunk/profitmandi-fofo/ Able to edit order customer details from panel  
23568 2864 d 9 h govind /trunk/ Fixed changes related to logging. Updated to log4j2  
22927 3017 d 14 h ashik.ali /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/  
22860 3025 d 9 h ashik.ali /trunk/profitmandi-fofo/  
22354 3093 d 13 h ashik.ali /trunk/profitmandi-fofo/src/main/