// same restx will be reused in different
// JTA transactions!
restx = (XAResourceTransaction) resource_
.getResourceTransaction ( ct );
pc_.setResourceTransaction ( restx );
restx.resume ();
LOGGER
.logDebug ( "JDBC ConnectionProxy: using resource transaction: "
+ restx.getXid () );
}