Is this a correct statement?

JAWS + CMP calls getConnection on the EntityBean's datasource.  If you 
are using Minerva, Minerva implements getConnection so that it creates a 
fake XAConnection and creates and registers the XAResource with the 
JBoss TransactionManager.

The Oracle 8.1.7 driver supports real XAConnections, connection and 
statement pooling.  Would I need to write a wrapper similar to Minerva 
if I wanted to use all the features of the Oracle Driver and wanted to 
use JAWS + CMP Transactions?The RawXADataSourceLoader won't tie the 
Oracle XAConnection to the JBoss transaction manager, correct?

Anyways, maybe it might be good idea to write an Oracle specific 
connection pool plugin for JBoss.  If nobody has already done this, I 
guess I can put something together...

Bill



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

Reply via email to