4 Replies Latest reply on Mar 2, 2006 10:50 AM by adrian.brock

    track-connection-by-tx

    rcarragher

      I'm using JBoss 3.2.7 with an older Firebird JCA adapter (1.5.0 beta3) which I'm looking to upgrade immediately. The big problem with it is that after it runs for a while, I get "Failure to delist resource" exceptions when attempting to get a connection from the pool. It's an xa connection factory.

      After much research, it looks like this is due to the JCA adapter's failure to support transaction interleaving, and that putting <track-connection-by-tx/> in the connection factory config will solve the problem.

      My question is, if the new JCA adapter fixes the problem, should I leave the track-connection-by-tx setting on? What's more efficient/performant?

      Rick