Atomikos Forum |
|
I require use of DB2XAResource, as it is the only class in which has a flag for changing the coupling (tight/loose).
Atomikos seems to create an different resource object, com.ibm.db2.jcc.t4.bc (I guess the t4 is Type 4); This does not implement DB2XAResource and doesnt have the flag. How can I make Atomikos use the DB2XAResource class? I am not afraid to get into the guts. |