return result;
}
public void beginJTS(int timeout) throws NotSupportedException, SystemException {
TransactionManagerImpl tm = (TransactionManagerImpl)tmLocal.get();
tm.begin(timeout);
((JavaEETransactionManagerSimplified)javaEETM).monitorTxBegin(tm.getTransaction());
}