Update « Glassfish « JPA Q&A





1. EJB's and JPA: Update on database will not show on page until server is restarted    stackoverflow.com

I have built an application with EJB's and JPA2. If I have my page running and I change something in the database it will not show on the page. ...

2. What Hibernate dependencies should be supplied with a Glassfish Update Center package?    stackoverflow.com

I'm trying to update the Glassfish Hibernate provider from its current 3.5.0 version to 3.6.6.Final. I need the community's help (and that of the Glassfish developers). I submitted this question via ...

3. Updating support for Hibernate on Glassfish: need community's help    java.net

This would place the Hibernate dependencies in their own folder under domain1/applibs, referenced by an empty hibernate.jar with a Class-Path: in its MANIFEST.MF. This is great. It's isolated, simple to upgrade, compatible with the IPS packaging mechanism, and applications have to specify on deployment with the --libraries option that they want Hibernate to be visible.

4. Unable to update data using Hibernate + Glassfish    java.net

Sahoo a crit : > Hi Rima, > > Yes, I am aware of those wordings. They don't cover the scenario you > have come across. Not sure, why the spec authors did not clearly cover > that scenario. Although I agree with you as far the intention of the > spec goes, I think your interpretation can be challenged. > ...

5. JPA in JSE updating entities    java.net

My update methods are located in a class that I suppose is a bean outside of an EE container (if that really means anything). The updateFruitVariety method is the what I thought was working at one point. The updateVarietyName is an attempt to make it work. The FruitVariety objects are being updated in a TableModel that is part of a Swing ...