weblogic « Update « JPA Q&A





1. How to configure & package a simple Java app to use JPA    stackoverflow.com

I'm trying to learn JPA and I want create a simple Java command line app that will use JPA to query and update a database table. I mapped out the ...

2. Ensure synchronized update in clustered Weblogic with Hibernate    stackoverflow.com

I have to ensure unique update for a given record in a database for the whole J2EE application. This application is written using Spring+Hibernate and will be deployed in a clustered ...

3. Hibernate in Weblogic not persisting changes    forum.hibernate.org

Newbie Joined: Tue Jun 15, 2004 10:45 am Posts: 18 Location: Boston, USA Hi all, I have been searching the forums for similar issues and found a few that have helped but I am still stuck with the same problem: I am using hibernate 2.1 within weblogic 8.1.3 and oracle 9.2. I can retrieve successfully from the DB but when I ...

4. Hibernate 3/BEA WebLogic 8.15 Persistence Issue    forum.hibernate.org

I have been facing this weird issue for sometime now, but it only occurs occasionally. On first web page I submit data and ask Hibernate to persist it, on next screen I simply load that data from database. Now, there are two things that happen: 1) On second screen at times I just do not see the one-many relation data. 2) ...