]
Tomas Hofman updated WFLY-4818:
-------------------------------
Git Pull Request:
WS-RM persistence with RMTxStore does not work with JNDI Lookup
---------------------------------------------------------------
Key: WFLY-4818
URL:
https://issues.jboss.org/browse/WFLY-4818
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 10.0.0.Alpha3
Reporter: Tomas Hofman
Assignee: Tomas Hofman
This is copy of
https://bugzilla.redhat.com/show_bug.cgi?id=1223698
When using reliable messaging feature with RMTxStore, WS calls fail with:
java.sql.SQLException: You cannot commit with autocommit set!
at
org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnection.jdbcCommit(BaseWrapperManagedConnection.java:1071)
at org.jboss.jca.adapters.jdbc.WrappedConnection.commit(WrappedConnection.java:758)
at org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore.commit(RMTxStore.java:709)
at
org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore.removeSourceSequence(RMTxStore.java:495)