* @throws WorkException when unable to setup the execution context
*/
private void setupExecutionContext(ExecutionContext ec) throws WorkException {
JavaEETransactionManager tm = runtime.getTransactionManager();
if (ec != null && ec.getXid() != null) {
tm.recreate(ec.getXid(), ec.getTransactionTimeout());
}
}
public static void debug(String message) {
if(logger.isLoggable(Level.FINEST)){