On Wed, Jun 27, 2001 at 04:06:01PM -0400, Jord Sonneveld wrote:
> 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.

Unfortunately I can't give you a solution here.  There are three variables
that need to be in synch for this to work:

 - Oracle version (or is it the driver version?)
 - which XADataSource implementation to use (Oracle or Minerva)
 - which Xid implemenation to use (Oracle or Minerva)

If you get the right combination it will work.  That's all I know.

If you don't absolutely require 2pc, I would recommend using the wrappers.

Toby.

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

Reply via email to