Re: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-18 Thread Tim
Thanks - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 9:07 PM Subject: Re: [JBoss-user] XATxConnectionManager with Oracle? > rm server/src/main/org/jboss/tm/TransactionManagerServiceMBean.java

Re: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-18 Thread Tim
: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 9:18 PM Subject: Re: [JBoss-user] XATxConnectionManager with Oracle? > Tim, > > Basically, I did two things (see attached diff) > > 1. In > connector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.ja va > I

Re: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-18 Thread Igor Fedorenko
s getting the cvs version to run, and we > really need the xa transactions? > > Thanks > > > - Original Message - > From: "Igor Fedorenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 17, 2002 3:51 PM > Subject:

Re: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-18 Thread David Jencks
, and we > really need the xa transactions? > > Thanks > > > - Original Message - > From: "Igor Fedorenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 17, 2002 3:51 PM > Subject: Re: [JBoss-user] XATxConnectionMana

Re: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-18 Thread Tim
;[EMAIL PROTECTED]> Sent: Monday, June 17, 2002 3:51 PM Subject: Re: [JBoss-user] XATxConnectionManager with Oracle? > David, > > I checked Branch_3_0 and it seemed to work. I completely agree that > XidFactory is more elegant and flexible solution then hardcoded change > to Xid

RE: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-14 Thread Igor Fedorenko
Title: RE: [JBoss-user] XATxConnectionManager with Oracle? Attached, please fine a patch which fixes problems with Oracle XA driver I have described earlier and example configuration file. The patch is against JBoss_3_0_0 cvs tag (branch?). Hope this helps. PS: sorry for html posting

RE: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-14 Thread Igor Fedorenko
Title: RE: [JBoss-user] XATxConnectionManager with Oracle? Thanks for a helpful hint, David. As you correctly guessed my test ssb was leaking sql connections. I'll post my patch and config files here shortly. > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECT

Re: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-14 Thread Radu Mateescu
istered by CachedConnectionManager and consequently next run it will appear as a connection held over method boundaries. Radu - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 2:01 PM Subject: Re: [JBoss-user] X

Re: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-14 Thread David Jencks
tion#associateConnection(Object). Currently it > unconditionally throws "method not implemented" exception. I would > appreciate if anyone can comment on this... > > > -Original Message- > > From: Geer, Benjamin [mailto:[EMAIL PROTECTED]] > > Sent: Friday, J

RE: [JBoss-user] XATxConnectionManager with Oracle?

2002-06-14 Thread Igor Fedorenko
Title: RE: [JBoss-user] XATxConnectionManager with Oracle? I spent last two days trying to make this work and it looks like there are number of issues with both oracle xa datasource and jboss itself. I am getting close to have this configuration work (it's oracle 8.1.7.3 in my case but

[JBoss-user] XATxConnectionManager with Oracle?

2002-06-14 Thread Geer, Benjamin
I'm trying to get XA transactions to work in JBoss 3.0.0 with Oracle 9i. I've tried the oracle-service.xml provided with JBoss in docs/examples/jca (which uses LocalTxConnectionManager), and it works fine. I modified it to make an oracle-xa-service.xml (attached), using XATxConnectionManager, an