throw new JPOXUserException(LOCALISER.msg("021013")).setFatal();
}
if (!om.getTransaction().isActive() && !om.getTransaction().getNontransactionalWrite())
{
// tx not active and not allowing non-tx write
throw new TransactionNotActiveException();
}
// Compile the "query" for execution
compileInternal(true, parameters);