persistence@glassfish.java.net

Glassfish Shutdown with JPA

From: Dru Devore <ddevore_at_duckhouse.us>
Date: Wed, 15 Oct 2008 10:56:04 -0700
I have an application which does not appear to be saving the JPA persisted objects before shutdown.

Yes, the objects are being persisted before the shutdown but it appears that they are not making it out of the cache. Is there something I have to do during shutdown of the application server to ensure the objects are actually stored.