|
|
@@ -47,6 +47,7 @@
|
|
|
<aop:config proxy-target-class="true">
|
|
|
<aop:advisor advice-ref="txAdvice" pointcut="execution(public * com.lc.ibps..domain..*(..))" order="1" />
|
|
|
<aop:advisor advice-ref="txAdvice" pointcut="execution(public * com.lc.ibps..service..*(..))" order="2" />
|
|
|
+ <aop:advisor advice-ref="txAdvice" pointcut="execution(public * com.lc.ibps..services..*(..))" order="2" />
|
|
|
<aop:advisor advice-ref="txAdvice" pointcut="execution(public * com.lc.ibps.base.db.table.impl..*(..))" order="4" />
|
|
|
<aop:advisor advice-ref="txAdvice" pointcut="execution(public * com.lc.ibps.bpmn.job..*(..))" order="3" />
|
|
|
<aop:advisor advice-ref="txAdvice" pointcut="execution(public * com.lc.ibps.bpmn.core.engine..*(..))" order="3" />
|