Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35458 28 d 12 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 30 d 11 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 567 d 11 h tejus.lohani /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ import changes for OTPProcessor and reponse  
23936 2739 d 15 h tejbeer /trunk/ AddtoWalletRequest  
23568 2832 d 16 h govind /trunk/ Fixed changes related to logging. Updated to log4j2  
23532 2841 d 19 h amit.gupta /trunk/ Added changes related to returns  
22931 2985 d 21 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
22372 3059 d 11 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
22040 3101 d 15 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ Added exception for profitmandi  
21740 3138 d 13 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/  
21735 3138 d 14 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/  
21734 3138 d 14 h ashik.ali /trunk/  
21730 3138 d 16 h ashik.ali /trunk/  
21699 3140 d 16 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/  
21666 3144 d 22 h amit.gupta /trunk/ Fixed controllers related to address  
21496 3166 d 13 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21448 3173 d 13 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21440 3173 d 19 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21431 3174 d 14 h ashik.ali /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/  
21426 3174 d 18 h ashik.ali /trunk/profitmandi-web/src/main/  

Show All