org.springframework.transaction.TransactionSystemException: JDBC commit failed at org.springframework.jdbc.datasource.DataSourceTransactionManager.translateException ...
When getting a connection from a XA datasource retrieved via a JNDI lookup within an ejb, exceptions like in JDBC86 occure. The solution is to not close the connection (i. e. in a finally block) after ...