|
From: <jue...@we...> - 2004-08-12 18:15:16
|
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=20 |