1 Reply Latest reply on Jul 9, 2008 7:21 AM by marklittle

    Invalid connection from the pool and TX relationship

    viniciuscarvalho

      Hello there. Is it possible to have issues associated with multiple threads within TX as described on [http://wiki.jboss.org/wiki/TxMultipleThreads] due to connection invalidation issues?

      Best regards

        • 1. Re: Invalid connection from the pool and TX relationship
          marklittle

          Unlikely. The wiki entry you refer to is when a separate thread explicitly terminates the transaction that another has created. We don't normally support that (see the section on checked transactions in the documentation). During connection invalidation I'd expect the same thread to be doing the work and even if it's a different thread, it shouldn't be terminating the transaction in the way the reaper does (unless there's a bug).