[JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread Igor Fedorenko
Hi, As the subject says -- is XAResource thread-safe or we need to serialize access to it when accessing the same XAResource instance from multiple threads? I could not find explicit answer to that question in the docs, but did find that oracle xa implementation is *not* thread safe and SF #6

Re: [JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread Scott M Stark
, LLC - Original Message - From: "Igor Fedorenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 28, 2002 6:46 AM Subject: [JBoss-dev] Is XAResource thread-safe? > Hi, > > As the subject says -- is XAResource thread-safe or

Re: [JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread Igor Fedorenko
read context. > > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message ----- > From: "Igor Fedorenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Satur

Re: [JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread David Jencks
Is it really thread safety or is this bug caused by a version of jboss that attempts to restart a suspended xid before committing/rollback while the connection/xaresource is in the middle of a second tx? We used to call start(noflags) end(suspend) //release back to pool, so another tx could get