On 2002.04.28 23:08:53 -0400 Larry Sanderson wrote:
> Messages inlined...
likewise
>
> > Not having yet thought about it more, I wonder if the spec-compliant
> jca
> > autocommit behavior would help: in the absence of a explicit local tx
> or
> > xa tx, all operations are performed in their own
Messages inlined...
> Not having yet thought about it more, I wonder if the spec-compliant jca
> autocommit behavior would help: in the absence of a explicit local tx or
> xa tx, all operations are performed in their own automatic tx.
>
> Hmm, maybe, maybe not. The local wrapper I just wrote ju
I need to think about this a little more, but if we fix it the fix should
be in the jca wrapper, not the tx manager.
Not having yet thought about it more, I wonder if the spec-compliant jca
autocommit behavior would help: in the absence of a explicit local tx or
xa tx, all operations are perform
I am using the
org.jboss.resource.adapter.jdbc.xa.XAManagedConnection (and related Factory) to
load my Informix XA JDBC connections. Unfortunately I am consistently getting XAExceptions, of the XAER_OUTSIDE
variety. I have tracked the problem down to what I think is an
Informix Driver bug,