Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35458 29 d 2 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
 
35434 31 d 1 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/ Add @Transactional(readOnly=true) to 12 read-only controllers

Skips dirty checking and snapshot storage for better performance
 
33514 568 d 1 h tejus.lohani /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ import changes for OTPProcessor and reponse  
23936 2740 d 5 h tejbeer /trunk/ AddtoWalletRequest  
23568 2833 d 6 h govind /trunk/ Fixed changes related to logging. Updated to log4j2  
23532 2842 d 9 h amit.gupta /trunk/ Added changes related to returns  
22931 2986 d 11 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
22372 3060 d 1 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
22040 3102 d 5 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Added exception for profitmandi  
21740 3139 d 3 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/  
21735 3139 d 4 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/  
21734 3139 d 4 h ashik.ali /trunk/  
21730 3139 d 6 h ashik.ali /trunk/  
21699 3141 d 6 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
21666 3145 d 12 h amit.gupta /trunk/ Fixed controllers related to address  
21496 3167 d 3 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21448 3174 d 3 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21440 3174 d 9 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21431 3175 d 4 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21426 3175 d 8 h ashik.ali /trunk/profitmandi-web/src/main/  

Show All