1. Java Persistance Issue stackoverflow.comI am trying to get a simple example up and running using JPA in an EJB through GlassFish. I have the following
|
2. Does Hibernate3.5 support JPA1+EJB3.0 on GlassfishV2? stackoverflow.comCan I use newest version of hibernate 3.5 (3.5.0-3.5.2) as JPA1 provider with EJB3.0 on Glassfishv2? I tried, but hibernate 3.5 required JPA2 spec and obviously this did not work with GFv2. Thanks, Anton ... |
3. EJB,JPA in javaEE projects => cyclic references (interesting!) java.nethello, I would like to create a javaEE6 project which contains some JPA classes, one EJB class (which persist an item in the database) and a client project. so in netbeans 6.9.1, I created one enterprise application project (EAP),with a EJB project inside, in which I created some entity classes from database. all runs fine. |
4. EJB,JPA in javaEE projects => cyclic references (interesting!) java.nethello, I would like to create a javaEE6 project which contains some JPA classes, one EJB class (which persist an item in the database) and a client project. so in netbeans 6.9.1, I created one enterprise application project (EAP),with a EJB project inside, in which I created some entity classes from database. all runs fine. |
5. Feedback requested - Simplifying EJB3/JPA... java.net |
7. JPA not working with EJB3 java.net
/** @Override em.getTransaction().begin(); em.persist(user); em.getTransaction().commit(); em.close(); return user; |
8. JPA clasess access from the EJB java.netOn 4/26/10 2:07 PM, glassfish@javadesktop.org wrote: > Dear all, > > I've got the problem with deploying my project under AS: > > App. Server: Glassgish v3 > IDE: Eclipse 3.5 > > I've three projects: > JPA project > EJB project, it's designed to use the classes from JPA project > EAR project which us used for deployment to the ... |
9. Does Hibernate3.5 support JPA1+EJB3.0 on GlassfishV2? forum.hibernate.org |