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 108 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
 
35452 109 d 0 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed npe issue and performance issue  
35375 117 d 18 h aman /trunk/ Feat:Upload Banner for trail user  
35372 118 d 17 h aman /trunk/ Fix:Store Code Creation for trial user  
35370 118 d 20 h aman /trunk/ DEBUG:add debugger for trialform  
35305 138 d 18 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed bug related to trial form  
35289 144 d 3 h amit /trunk/ Added trial franchisee feature  
35236 162 d 19 h amit /trunk/ Fixed notification related issues with scheme also stopped using mongo for brands Schema  
34640 309 d 1 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ check loi on code creation process condition  
34639 309 d 17 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ check loi on code creation process condition  
34631 312 d 17 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ check loi on code creation process condition  
34527 336 d 22 h tejus.lohani /trunk/ hdfc payment report and investometer in partner dashboard  
34211 413 d 0 h vikas.jangra /trunk/ Changed email Ids  
34018 494 d 1 h tejus.lohani /trunk/ purchase sele ratio further detail like model aging , on the click of catalog chart click  
34013 495 d 0 h tejus.lohani /trunk/ purchase sele ratio chart data fix  
34009 496 d 1 h tejus.lohani /trunk/ now fetch pur-sale ratio report on the change of period also  
33990 501 d 2 h tejus.lohani /trunk/ Purchase sale ratio graph related files  
33814 558 d 0 h ranu /trunk/ retailer alternate contacts ui  
33769 572 d 20 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Added Transporter details  
33763 573 d 19 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Added Transporter details  

Show All