1. Beginner question: basic insertion idiom for JPA? stackoverflow.comMy "HelloJPA" code (below) tries to store an Employee in a datastore. However, any attempt to read the persisted object after committing the (resource local) transaction is rewarded with an "IllegalStateException":
|
2. Hibernate not inserting/comitting but OpenJpa does forum.hibernate.orgAuthor Message michael.couck Post subject: Hibernate not inserting/comitting but OpenJpa does Posted: Sat May 01, 2010 10:36 am Newbie Joined: Sat May 01, 2010 10:20 am Posts: 4 Hello all, I have a small issue. Unfortunately this one is quite complicated and only someone that has had this before will spot the problem. Well, I have wired an application ... |