>
> 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]