> I am trying to get Oracle-XA to work with JBoss 3.0.1, by doing the
> following:
> 
>  1. I copy the docs/examples/jca/oracle-xa-service.xml
>  2. I change the line with URL=jdbc:oracle:oci8:@tc
>     to URL=jdbc:oracle:oci8:@banklab3:1521:ora8
>  3. I insert username and password
>  4. I include an <attribute  name="Pad">true</attribute> into
>     jboss-service.xml
> 
> 
> It looks like the mbean is registrated, but I get error message that
> complain with "no ocijdbc8 in java.library.path"
> 
>  I assume no 2 above is not correct.  But how should the URL be then?

The error message is saying that a required shared library,
ocijdbc8.dll (or libocijdbc8.so), is not in the library path.

You'll need to find it (and probably lots of others) and place
them on the path (or LD_LIBRARY_PATH).  One place to put it is
in the jboss bin directory but this isn't nice.  I believe you
can also wrap all this in a sar file but I haven't tried yet.

        Kev

Kevin Conner
Orchard Information Systems Limited
Newcastle Technopole, Kings Manor
Newcastle Upon Tyne, NE1 6PA. United Kingdom
Registered in England, Number 1900078
Tel: +44 (0) 191-2032536  Fax: +44 (0) 191 2302515



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to