http://openjpa.apache.org/docs/latest/manual/manual.html#ref_guide_dbsetup_retain
--
View this message in context:
http://n2.nabble.com/OpenJPA-1.1.0-and-Exception%3A-The-result-set-is-closed-tp533628p641318.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
(OpenJPA 1.1, Glassfish, mysql)
Hi, my problem is:
I have a stateful bean with "openjpa.ConnectionRetainMode" - "always" for
handle large relult sets, and with fetch configuration:
Query q = em.createQuery("select m from Account m ");
kq = OpenJPAPersistence.cas