Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35458 208 d 17 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
 
34959 315 d 23 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34958 315 d 23 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34957 315 d 23 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34956 315 d 23 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34856 345 d 19 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ icici insurance policY uploaded with live credentials  
34832 352 d 0 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ added validation on bulk order of brand  
34695 388 d 0 h aman.kumar /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Bulkorder Upload Error Fix removed GetUsername from error  
34675 393 d 17 h aman.kumar /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ Create Loan For order fix  
34674 393 d 20 h aman.kumar /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ show the partner name when wallet amount is not sufficient on bulk order  
34661 400 d 1 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ sd Credit free days set 0 update method  
34637 409 d 21 h vikas.jangra /trunk/ Wallet debit for bid  
34592 421 d 18 h vikas.jangra /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Combined special Offers  
34576 424 d 12 h vikas.jangra /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Try catch added for bid process  
34575 425 d 20 h vikas.jangra /trunk/ Liquidation/Bidding auto approval  
34573 427 d 12 h vikas.jangra /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ PO Generated by Retailer or auth user  
34572 427 d 15 h vikas.jangra /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Empty Bid Mail  
34568 427 d 18 h vikas.jangra /trunk/ Liquidation/Bidding push notification and Publish Email  
34566 427 d 21 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ loan transaction mapping issue at time of approval  
34545 429 d 21 h vikas.jangra /trunk/ Bidding/Liquidation push notifications  

Show All