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