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 181 d 14 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
 
35395 185 d 9 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35335 200 d 15 h ranu /trunk/ code deploy with partners of loans  
35320 206 d 17 h ranu /trunk/ code deploy with partners of loans  
35318 206 d 21 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed hard limit  
35313 207 d 16 h amit /trunk/ Fixed SDCredit Trial  
35301 212 d 16 h amit /trunk/ Fixed minimum investment logic  
35286 217 d 17 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ nothing much  
35274 220 d 19 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed hard limit logic  
35216 245 d 21 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ logeer added  
35210 247 d 17 h vikas /trunk/ Push Notifications Templates  
35158 253 d 21 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed issue related to Sd Credit  
35148 255 d 15 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed issue related to Sd Credit  
35139 255 d 20 h amit /trunk/ Chaged limit to suggested limit when hard limit is reset  
35131 256 d 17 h amit /trunk/ Fixed hardlimit Logic  
34969 287 d 15 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ sd credit given to kamini sharma  
34588 394 d 19 h ranu /trunk/ purchase invoice and settle negative wallet url created  
34357 445 d 17 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ l2 approval sanction request done  
34355 445 d 17 h ranu /trunk/ l2 approval sanction request done  
34125 522 d 16 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ sanction request reject on approval amount is null  

Show All