|
Hi Steve,
I looked at the unit test you created and agree that this issue can be closed if it passes. By the way, I had a quick search for code dealing with weblogic transaction management in a special way and found this class from Spring: https://github.com/spring-projects/spring-framework/blob/f41de12cf62aebf1be9b30be590c12eb2c030853/spring-tx/src/main/java/org/springframework/transaction/jta/SpringJtaSynchronizationAdapter.java
With the following interesting comment:
Note that this adapter will never perform a rollback-only call on WebLogic, since WebLogic Server is known to automatically mark the transaction as rollback-only in case of a
Unknown macro: {@code beforeCompletion}
exception
|