Hello,
I would like to directly access the Hibernate behind JBoss' EJB3 implementation.
Usually, this is no problem since I can inject from a PersistenceContext into a Hibernate
Session Object:
| @PersistenceContext(unitName = "LeistungserfassungEntityManager")
| protected Session leDB;
|
Now I want to migrate to Seam-managed Hibernate Session (inside EJB3!), but I don't
understand how to adapt chapters 9.4.2 / 9.5.2 to get this running.
Is this possible? Can someone give me an example of how to configure it?
Regards,
Marcus.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961265#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...