Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35458 58 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
 
29707 1519 d 0 h tejbeer /trunk/ billing change  
27693 1852 d 12 h amit.gupta /trunk/profitmandi-fofo/src/main/ Added order related changes  
26839 2041 d 0 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26838 2041 d 0 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26817 2042 d 1 h amit.gupta /trunk/ Added Online sale  
26807 2051 d 0 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26806 2051 d 17 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
25170 2423 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed Dashboard  
24087 2719 d 20 h amit.gupta /trunk/ Fixed issues related to prebooking.
Added price drop logic
 
23584 2856 d 1 h ashik.ali /trunk/profitmandi-fofo/ Able to edit order customer details from panel  
23568 2862 d 19 h govind /trunk/ Fixed changes related to logging. Updated to log4j2  
22927 3016 d 0 h ashik.ali /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/  
22860 3023 d 20 h ashik.ali /trunk/profitmandi-fofo/  
22354 3091 d 23 h ashik.ali /trunk/profitmandi-fofo/src/main/