* in the event of an invalid transaaction
* @throws javax.transaction.SystemException
* in the event of an invalid transaction
*/
public TransactionContext createTransactionContext(Transaction tx) throws SystemException, RollbackException {
return new TransactionContextImpl(tx);
}