I do have the jboss.properties correctly set with 

jdbc.drivers=org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,oracle
.jdbc.driver.OracleDriver

but alas...

As I said my application was working just fine (using Oracle) with the jBoss
BETA version. There may just be some minor config issues with the new
version which I am missing.

BTW I did remember to copy the Oracle drivers jar file into lib/ext as well.

Thanks anyway.

Andrew

-----Original Message-----
From: Georgi Danov [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 27, 2000 9:55 AM
To: jBoss
Subject: RE: [jBoss-User] JBoss FINAL & Oracle


>
> I have just upgraded to the jBoss FINAL release and am having trouble
> deploying my Oracle datasource, which used to work with the BETA version.
> Can anyone give me the fast track on what I need to do to fix the problem.
>
> Thanks
>
> Andrew
>
> [Transaction manager] Starting
> [Transaction manager] Started
> [UniteItDataSource] Starting
> [UniteItDataSource] XA Connection pool UniteItDataSource bound to
> java:/UniteItD
> ataSource
> DriverManager.getConnection("jdbc:oracle:thin:@ccs-ultra.dev.ccsc.
> com:1521:o
> racl
> e8i")
>     trying
> driver[className=org.hsql.jdbcDriver,org.hsql.jdbcDriver@60be38]
>     trying
> driver[className=org.enhydra.instantdb.jdbc.idbDriver,org.enhydra.ins
> tantdb.jdbc.idbDriver@5ed0fd]
>     trying
> driver[className=org.jboss.minerva.datasource.PoolDriver,org.jboss.mi
> nerva.datasource.PoolDriver@aaa1e]
> getConnection: no suitable driver
> [UniteItDataSource] java.sql.SQLException: No suitable driver
> [UniteItDataSource]     at
> java.sql.DriverManager.getConnection(DriverManager.ja
> va:537)
 you just have do add to your jboss.properties oracle driver:
jdbc.drivers=org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,oracle
.jdbc.driver.OracleDriver

you see it last in the row



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


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

Reply via email to