Springmvc+mybatis project use @transaction not roll back with Spring JavaConfig [SPR-14704] #19269
Labels
Comments
Juergen Hoeller commented Please raise such questions at Stack Overflow or some other Q&A forum. Our JIRA here is really only meant to track concrete bug reports and enhancement requests. |
edeye commented OK,thanks,The problem has been resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edeye opened SPR-14704 and commented
demo project is --> https://github.com/edeye/tt
add
@ImportResource
({ "classpath:spring-ctx-ds.xml" }) in com.common.spring.config.DataCfg line 19Spring
@Transaction
roll back successdel
@ImportResource
({ "classpath:spring-ctx-ds.xml" }) in com.common.spring.config.DataCfg line 19Spring
@Transaction
roll back fail,I ask the same question to mybatis
Affects: 4.3.2
Reference URL: https://github.com/edeye/tt
The text was updated successfully, but these errors were encountered: