}
}
}
catch (SystemException se)
{
throw new JPOXTransactionException(LOCALISER.msg("015026"), se);
}
catch (RollbackException e)
{
// tx is marked for rollback: leave registeredSynchronizationOnJtaTx==false
// so that we try to register again next time we're called