spring配置事物不回滚! - ITeye问答
<!-- 配置aop 切入点 和事务访问策略 --> <bean id="txManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager">...
spring声明事务不回滚 - ITeye问答
spring声明事务不回滚5 application的配置<bean id="userServiceProxy" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean"><proper...