Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35458 136 d 22 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 530 d 23 h tejus.lohani /trunk/ Added super catalogs  
30233 1498 d 5 h tejbeer /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26498 2227 d 4 h amit.gupta /trunk/ Fixed the changes related to wallet as well as added comparision feature  
26232 2297 d 5 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26231 2297 d 5 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26228 2297 d 6 h amit.gupta /trunk/ Fixed Recharge  
26004 2333 d 5 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
25726 2380 d 6 h amit.gupta /trunk/ Fixed changes for toffee  
24404 2682 d 3 h amit.gupta /trunk/  
24145 2765 d 6 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/ Changed max recharge per day to 10000  
23974 2833 d 0 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fixed recharge operator.  
23886 2851 d 9 h amit.gupta /trunk/ Fixed date format issues  
23884 2854 d 2 h amit.gupta /trunk/ Added major changes  
23782 2888 d 23 h ashik.ali /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Role mgmt and non billable items to be scan  
23781 2888 d 23 h ashik.ali /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Role mgmt and non billable items to be scan  
23663 2906 d 10 h amit.gupta /trunk/ Added Daily Recharge related changes.  
23627 2925 d 3 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 2925 d 11 h amit.gupta /trunk/ Added cron for recharge request updation  
23614 2927 d 7 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/ Fixed Recharge  

Show All