Hi,
Query.getSingleResult() is badly broken (or, more precisely non-existent).
Currently, use the workaround for Query.getSingleResult() i.e.
Query.getResultList().get(0) -- View this message in context: http://n2.nabble.com/issues-with-unique-query%2C-using-slices-tp1578499p1579347.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
