Title: RE: [JBoss-user] Problems using oracle's XADataSource

Ack. No, I was not aware. Then how do I load oracle's xadatasource implementation? Using the regular XADataSourceLoader? Sadly, that method gives me all sorts of troubles, as it keeps dying with XAER_NOTA at commit time, followed with a 'transaction already marked for rollback' error. Or should I use the minerva wrappers (org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl)? The minerva wrappers work for me, but I heard that they do not support 2 phase commit.

btw, I'm using jboss 2.2.2.

Thanks for any answers.

j\s

-----Original Message-----
From: Toby Allsopp [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 3:56 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Problems using oracle's XADataSource


On Wed, Jun 27, 2001 at 12:37:54PM -0400, Jord Sonneveld wrote:
> Hello all,

> Well, things seem to work if I use org.jboss.jdbc.RawXADataSourceLoader
> for the mbean code, instead of XADataSourceLoader. Then, have this
> attribute line:
> <attribute
> name="Properties">URL=jdbc:oracle:oci8:user/password@database</attribute
> >

You're aware that RawXADataSourceLoader binds an XADataSource into JNDI?

And that an XADataSource is not a DataSource?  And that your application
absolutely should not be talking to an XADataSource?

If not, please look into the archives about this.

Toby.

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to