|
From: Eugene K. <eu...@pl...> - 2004-08-12 21:18:14
|
jürgen höller [werk3AT] wrote: > Rod, Thomas, everybody, > > Whoever has the chance to test against WebLogic, please have a look > at the following issue: > > http://opensource.atlassian.com/projects/spring/browse/SPR-251 > > Essentially, suspend does not work as expected when the enclosing > transaction has been marked as rollback-only. > > We've already found out that the EJB proxies that WebLogic generates > fall back to the forceSuspend method of the WebLogic JTA > TransactionManager. However, when we invoke that forceSuspend method > in a custom subclass of Spring's JtaTransactionManager, we get an odd > NullPointerException... Juergen, I believe you mean forceResume() method on return from inner transaction. regards, Eugene |