Have you gotten it to work yet?  If not what version of JBoss are you using?
Did you look at the online manual (specifically chapter 3:
http://jboss.org/documentation/HTML/ch03.html)?  This gives a fairly
straight forward description of what you need to get a JDBC datasource
running in JBoss.

Things you need to make sure of:

  o You have classes12.zip in the lib/ext directory, or you have setup a
    ClassPathExtention MLET to include this archive.

  o Make sure you list "oracle.jdbc.driver.OracleDriver" as one of the
    Drivers for the JdbcProvider.

I have JBoss working with Oracle (v2.0 and up) and I did not have todo
anything magical to get it working.  Perhaps a little patience...

--jason


On Tue, 1 May 2001, Micky I. Mimo wrote:

> I am just trying to connect Jboss to oracle.
>
> Michael Mimo
> Systems Specialist
> Voice: 781-457-1317
> [EMAIL PROTECTED]
>
>
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Dillon
> Sent: Monday, April 30, 2001 10:36 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Does anyone know what this error means?
>
>
> Why are you trying to setup an XADataSource with the classpath extender?
>
> --jason
>
>
> > I put classes12.zip in the ../lib/ext directory and added this entry
> > to
> > the jboss.conf file:
> >
> > <MLET CODE = "org.jboss.util.ClassPathExtension"
> > ARCHIVE="jboss.jar,classes12.zip,minerva-1_0b3.jar"
> > CODEBASE="../../lib/ext/">
> >      <ARG TYPE="java.lang.String" VALUE="thinPool">
> >      <ARG TYPE="java.lang.String"
> > VALUE="org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl">
> > </MLET>
>
>
> _______________________________________________
> 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
>


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

Reply via email to