Question about Oracle database setup.

I looked in the dox at the sample configuration for Oracle.  Is there
any reason why we don't use Oracle's implementation of XADataSource?  In
the example we pass:

org.jboss.minerva.xa.XADataSourceImpl

as the XADataSource class.  As I understand it, this class is a wrapper
for JDBC drivers that do not support the JDBC 2.0 extensions, and as
such does not support a true 2-phase commit.  However in the Oracle
classes12.zip, there is:

oracle.jdbc.xa.OracleXADataSource

Which I can only assume has a true 2pc implementation.  Has anyone tried
using this?

-Charles




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to