I have the following in my jboss.jcml and it runs ok :

<!-- JDBC -->

  <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=ISDB">
    <attribute name="PoolName">ISDB</attribute>
    <attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourc
eImpl</attribute>
                     <!-- jdbc:oracle:thin:@hostName:portNumber:instance

                     (btw. instance != databaseName) -->
    <attribute
name="URL">jdbc:oracle:thin:@myhost:1521:jbinstance</attribute>
    <attribute name="JDBCUser">jboss</attribute>
    <attribute name="Password">jboss</attribute>
    <attribute name="LoggingEnabled">true</attribute>
  </mbean>



I dont have any other config for this.
hope it helps, 


Reynir þ. Hübner
sr.developer
[EMAIL PROTECTED]

-----Original Message-----
From: Jochen Schurich [mailto:[EMAIL PROTECTED]]
Sent: 3. apríl 2001 17:05
To: [EMAIL PROTECTED]
Subject: [JBoss-user] oracle 8i connection pool


hi all!

i try to set up my jboss with oracle. but it is NOT working.
i have tried all readme's and now i have no glue what next to try.

i'm using oracle 8i R2
the oracle jdbc driver: classes12.zip
jboss-tomcat-2.1-beta.zip

if there is someone out there with a working configuration:
please send me your config files!!!

many thanx in advance,

joe

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

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

Reply via email to