Glassfish Shutdown with JPA
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.