Do you have to use oci? If not, chanage that to thin. So, you should have something like URL=jdbc:oracle:thin:@banklab3:1521:ora8
Mitchell -----Original Message----- From: Jon Haugsand [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:07 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss 3.0.1 and Oracle-XA 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? -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, <http://www.norges-bank.no> ------------------------------------------------------- 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 ------------------------------------------------------- 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
