László Váradi opened SPR-9268 and commented
TransactionAspectSupport uses the "getTransaction" style for setting up transaction environment for the actual method. However, in this style transaction suspension is not supported by WebSphereUowTransactionManager, as it is said in the javadoc of it.
TransactionAspectSupport should be refactored to be able to handle CallbackPreferringPlatformTransactionManager transaction managers. However, the "execute" style needs refactoring in the AbstractTransactionAspect aspect, as this style can be supported only with around advice, but not with before + after advises.
Affects: 3.0.7
Attachments:
0 votes, 6 watchers