Thanks Torsten

I got it figured out. It was the new conf/default directory that had me in a
fix.

Andrew

-----Original Message-----
From: Torsten Terp [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 27, 2000 11:14 AM
To: jBoss
Subject: SV: [jBoss-User] JBoss FINAL & Oracle


Hi,

I think the datasource configuration has changed with the 2.0 FINAL release.
I have used Oracle with jBoss FINAL and i couldnt get it running because i
followed
the instructions in the howto (here you are not told to add an mbean to
jboss/conf/default/jboss.jcml) However, If you follow the instructions in
the
preliminary jBoss 2 manual it should work (it did for me anyway)

Also, I think that the configuration files have moved from jboss/conf to
jboss/conf/default
so you should replace 'CODEBASE="../lib/ext/' to 'CODEBASE="../../lib/ext/'
in the
jboss/conf/default/jboss.conf file for your datasource!

I have never used a version ealier than the final so im not sure that these
files have
been moved, it just looks as though they have, if you follow the how-to!

Hope it helps...

^torsten

> -----Oprindelig meddelelse-----
> Fra: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Pa vegne af Nortje, Andrew
> Sendt: 27. november 2000 16:03
> Til: 'jBoss'
> Emne: RE: [jBoss-User] JBoss FINAL & Oracle
>
>
> I do have the jboss.properties correctly set with
>
> jdbc.drivers=org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDri
> ver,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.idbDri
> ver,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]
>
>



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