-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
30.0.1.Final
-
None
smarlow1@redhat.com suggested to open a Jira issue for our problem, please see the linked forum thread.
In short we are receiving the following INFO level exception logged during extensive transactions. These are transactions where a lot of data is changed, multiple EJBs are involved and EntityManager#flush is called manually. We are deploying a JSF EAR application on WildFly 30.0.1.Final with Hibernate 6.4.4.Final using JPA on Windows and an MSSQL database.
INFO [org.jboss.jca.core.connectionmanager.listener.TxConnectionListener] (default task-10) IJ000311: Throwable from unregister connection: java.lang.IllegalStateException: IJ000152: Trying to return an unknown connection: org.jboss.jca.adapters.jdbc.jdk8.WrappedConnectionJDK8@6ca4f174
Attachments:
- An example stack trace: stacktrace.txt
- A stack trace with enabled JCA, JPA and Hibernate TRACE logging: stacktrace_with_jca_jpa_and_hibernate_logging.txt
- Our persistence.xml: persistence.xml
- is related to
-
JBJCA-1495 CachedConnectionManager meta-aware object stack does not work correctly with transactional invocations
- Open