Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35458 144 d 16 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 538 d 18 h tejus.lohani /trunk/ Added super catalogs  
30233 1506 d 0 h tejbeer /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26498 2234 d 23 h amit.gupta /trunk/ Fixed the changes related to wallet as well as added comparision feature  
26232 2305 d 0 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26231 2305 d 0 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
26228 2305 d 0 h amit.gupta /trunk/ Fixed Recharge  
26004 2340 d 23 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/  
25726 2388 d 1 h amit.gupta /trunk/ Fixed changes for toffee  
24404 2689 d 22 h amit.gupta /trunk/  
24145 2773 d 1 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/ Changed max recharge per day to 10000  
23974 2840 d 19 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fixed recharge operator.  
23886 2859 d 4 h amit.gupta /trunk/ Fixed date format issues  
23884 2861 d 21 h amit.gupta /trunk/ Added major changes  
23782 2896 d 17 h ashik.ali /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Role mgmt and non billable items to be scan  
23781 2896 d 17 h ashik.ali /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Role mgmt and non billable items to be scan  
23663 2914 d 5 h amit.gupta /trunk/ Added Daily Recharge related changes.  
23627 2932 d 22 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 2933 d 6 h amit.gupta /trunk/ Added cron for recharge request updation  
23614 2935 d 2 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/recharge/ Fixed Recharge  

Show All