throw new WireException("couldn't find standard-transaction "+(standardTransactionName!=null ? "'"+standardTransactionName+"'" : "by type ")+"to enlist the hibernate transaction");
}
// enlist the hibernate transaction to the global transaction
HibernateTransactionResource resource = new HibernateTransactionResource(hibernateTransaction, session);
standardTransaction.enlistResource(resource);
}
// make sure that the session is closed when the context closes.
// method event will be called (see below)
wireContext.addListener(new SessionCloser(session));