Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35458 212 d 11 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
 
33973 606 d 12 h tejus.lohani /trunk/ Added super catalogs  
30233 1573 d 18 h tejbeer /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26498 2302 d 17 h amit.gupta /trunk/ Fixed the changes related to wallet as well as added comparision feature  
26232 2372 d 18 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26231 2372 d 18 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26228 2372 d 19 h amit.gupta /trunk/ Fixed Recharge  
26004 2408 d 18 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
25726 2455 d 19 h amit.gupta /trunk/ Fixed changes for toffee  
24404 2757 d 16 h amit.gupta /trunk/  
24145 2840 d 19 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/ Changed max recharge per day to 10000  
23974 2908 d 13 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fixed recharge operator.  
23886 2926 d 23 h amit.gupta /trunk/ Fixed date format issues  
23884 2929 d 15 h amit.gupta /trunk/ Added major changes  
23782 2964 d 12 h ashik.ali /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Role mgmt and non billable items to be scan  
23781 2964 d 12 h ashik.ali /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Role mgmt and non billable items to be scan  
23663 2981 d 23 h amit.gupta /trunk/ Added Daily Recharge related changes.  
23627 3000 d 16 h ashik.ali /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Add money to recharge local wallet, check local and remote wallet balance, daily recharges tracking  
23618 3001 d 0 h amit.gupta /trunk/ Added cron for recharge request updation  
23614 3002 d 20 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/ Fixed Recharge  

Show All