You need to enable XA on the Oracle database server. This is from the BEA docs:
Enable XA on the Database Server
To prepare the database for XA, perform these steps:
Log on to sqlplus as system user, e.g. sqlplus sys/CHANGE_ON_INSTALL@<DATABASE ALIAS NAME>
Execute the sql: grant select on...
Hi
I was wondering if somebody could help me. I am using Oracle 8.1.7 and Weblogic 7 Beta and have configured and Connnection Pool using the following parameters:
URL: jdbc:oracle:thin:@ether:1521:cad
Driver: oracle.jdbc.xa.client.OracleXADataSource
Properties: user=mik...
Hi
I have had the same problem. However, deployment order is not something that you can specify. I have an automated build environment that dumps the EAR file containing sessions and entity EJBs into the hot deploy directory. From what I can see the only way to get everything to deploy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.