posted 18 years ago
In part, the answer depends on the driver. For instance, using the WebLogic jDriver for Oracle in XA mode does not support DDL operations such as create/drop table or stored procedures. If you want to perform DDL operations, you need to define two different connection pools as follows:
- One non-XA connection pool that can be used for DDL operations.
- One XA connection pool that can be used for DML operations in distributed transactions.
SCJP 1.4, SCWCD 1.3, SCBCD 1.3