Hi,
I am trying to install a oracle driver. Sofar I copied the driver file into
the lib/ext
and added the follwing lines in the jboss.jcml:
 
 <mbean code="org.jboss.jdbc.JdbcProvider"
name="DefaultDomain:service=JdbcProvider">
     <attribute name="Drivers">oracle.jdbc.driver.OracleDriver</attribute>
  </mbean>

  <mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=OracleDS">
     <attribute name="PoolName">OracleDS</attribute>
     <attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l</attribute>
     <attribute name="URL">jdbc:oracle:thin:@localhost:1521:xxx</attribute>
     <attribute name="JDBCUser">xxx</attribute>
     <attribute name="Password">xxx</attribute>
   </mbean>

and that's where JBoss seems to hang.
[InstantDB] Starting
[InstantDB] XA Connection pool InstantDB bound to java:/InstantDB
Anything else, I forgot to do?
Regards Roman

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

Reply via email to