1. Using Hibernate+Derby in Netbeans module stackoverflow.comI am developing a Netbeans app/module and I like to use a Derby database in it. I created a separate library handling Derby communication (working well). Then I like to use ... |
2. Single DB,Two JPA Units for different Enterprise Modules coderanch.comHi ALL, I'm using JPA(Hibernate) for MySQL, with one web application and one mdb on glassfish. Here the problem is , phase1)inserting one entity into persistence , sends the object id to mdb queue phase2)mdb receives the id from message and retrieves the persisted entity from db and process it. But unfortunately persistent unit in mdb is not able to pick ... |
3. Single DB,Two JPA Units for different Enterprise Modules forum.hibernate.orgHi ALL, I'm using JPA(Hibernate) for MySQL, with one web application and one mdb on glassfish. Here the problem is , phase1)inserting one entity into persistence , sends the object id to mdb queue phase2)mdb receives the id from message and retrieves the persisted entity from db and process it. But unfortunately persistent unit in mdb is not able to pick ... |