Hi.
DB: Sybase
Appserver: Weblogic 8.1
Spring: 1.1.5
I am wrapping one of the method calls in a transactional context in a TransactionProxyFactoryBean with a PROPAGATION_NOT_SUPPORTED attribute. This is to suspend the transaction for this particular method call.
If this method call fails I we get the following warning from the proxy:
jta.WebLogicJtaTransactionManager - Should roll back transaction but cannot - no transaction available
Is this something to worry about ?
Kind regards
Chr


Reply With Quote