Hello, I can confirm that JPQL queries are only working if they are executed from a org.hibernate.Session. If we want to run them from the entity manager, we get a OGM-21 thrown from the OgmEntityManager.createQuery(String query) method. How can wa / I make it work ? Thanks Guillaume