Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35458 59 d 3 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
 
34861 195 d 4 h ranu /trunk/profitmandi-fofo/src/main/ franchisee bank account created  
23568 2863 d 6 h govind /trunk/ Fixed changes related to logging. Updated to log4j2  
23366 2924 d 3 h ashik.ali /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
22927 3016 d 12 h ashik.ali /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/  
22551 3055 d 6 h ashik.ali /trunk/profitmandi-fofo/src/main/  
22384 3087 d 16 h amit.gupta /trunk/ Added image to lineitem  
22201 3120 d 23 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
22198 3120 d 23 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
22196 3121 d 0 h amit.gupta /trunk/profitmandi-fofo/ Fixed document generation  
22193 3121 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
22191 3121 d 3 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed fofo form  
22162 3124 d 1 h amit.gupta /trunk/ Mongo is now Spring Component  
22111 3127 d 12 h ashik.ali /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/