Re: OpenJPA 1.1.0 and Exception: The result set is closed

2008-07-30 Thread jeank
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.

Caching large result set problem (Glassfish memory usage grow)

2008-07-30 Thread jeank
(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