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
 
29707 1519 d 11 h tejbeer /trunk/ billing change  
27693 1852 d 23 h amit.gupta /trunk/profitmandi-fofo/src/main/ Added order related changes  
26839 2041 d 11 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26838 2041 d 11 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26817 2042 d 12 h amit.gupta /trunk/ Added Online sale  
26807 2051 d 11 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26806 2052 d 4 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
25170 2423 d 13 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed Dashboard  
24087 2720 d 8 h amit.gupta /trunk/ Fixed issues related to prebooking.
Added price drop logic
 
23584 2856 d 12 h ashik.ali /trunk/profitmandi-fofo/ Able to edit order customer details from panel  
23568 2863 d 6 h govind /trunk/ Fixed changes related to logging. Updated to log4j2  
22927 3016 d 11 h ashik.ali /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/  
22860 3024 d 7 h ashik.ali /trunk/profitmandi-fofo/  
22354 3092 d 10 h ashik.ali /trunk/profitmandi-fofo/src/main/