]
Jason Greene updated WFLY-3443:
-------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha1)
JCA "tracking" should default to false for datasources
------------------------------------------------------
Key: WFLY-3443
URL:
https://issues.jboss.org/browse/WFLY-3443
Project: WildFly
Issue Type: Task
Components: JCA
Reporter: Scott Marlow
Assignee: Stefano Maestri
Fix For: 9.0.0.Beta1
The [
txtracking|http://www.ironjacamar.org/doc/roadto12/txtracking.html] feature is
causing failures when IronJacamar closes the database connection in a
Synchronization.afterCompletion() when a Hibernate Synchronization.afterCompletion() call
already closed the connection.
See attached server.log for example of "IJ000315: Pool cts-derby-pool has 1 active
handles" error.