// Throw exception if query is closed (e.g JDO2 [14.6.1])
throw new NucleusUserException(LOCALISER.msg("021013")).setFatal();
}
if (!ec.getTransaction().isActive() && !ec.getTransaction().getNontransactionalRead())
{
throw new TransactionNotReadableException();
}
return executeQuery(getParameterMapForValues(parameterValues));
}