Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35458 60 d 18 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 1521 d 2 h tejbeer /trunk/ billing change  
27693 1854 d 14 h amit.gupta /trunk/profitmandi-fofo/src/main/ Added order related changes  
26839 2043 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26838 2043 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26817 2044 d 3 h amit.gupta /trunk/ Added Online sale  
26807 2053 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
26806 2053 d 19 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
25170 2425 d 4 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed Dashboard  
24087 2721 d 23 h amit.gupta /trunk/ Fixed issues related to prebooking.
Added price drop logic
 
23584 2858 d 3 h ashik.ali /trunk/profitmandi-fofo/ Able to edit order customer details from panel  
23568 2864 d 21 h govind /trunk/ Fixed changes related to logging. Updated to log4j2  
22927 3018 d 2 h ashik.ali /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/  
22860 3025 d 22 h ashik.ali /trunk/profitmandi-fofo/  
22354 3094 d 1 h ashik.ali /trunk/profitmandi-fofo/src/main/