On Tue, May 22, 2001 at 10:46:34AM -0400, David Ward wrote:
> http://www.jboss.org/documentation/HTML/ch03s05.html
> 
> I have gotten Oracle 8i working fine with the example setup described on 
> the page above (about half-way down).  I still, though, have a question 
> about the block below:
> 
...
> <attribute 
> 
>name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>
...
> 
> It seems that Oracle provides a few DataSource classes (not all concrete 
> and not all XA, of course) in classes12.zip:
...
> oracle.jdbc.xa.OracleXADataSource
...
> 
> Why not use one of Oracle's XADataSources as the DataSourceClass attribute?

Try searching the list archives.  People have had a *lot* of trouble
using Oracle's XADataSource implementation.  I'm not sure of the details
myself, but there is a lot in the archives.

That said, it is better to use the real XADataSource if it will work for
you, as this allows you to actually do two-phase commit and all of those
nifty XA things.

Toby.

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

Reply via email to