res = factories.next().createQueryEngine(sessionType);
if (res != null)
return res;
}
} catch (Exception e) {
throw new ObjectQueryException("Error on QueryEngine lookup", e);
}
throw new ObjectQueryException("Impossible to find any QueryEngine implementation in the classpath for the specifed session type");
}