I can obtain an EntityManager dynamically using the above techniques but whichever technique I use I can't cast the resultant EntityManager to a org.jboss.ejb3.entity.HibernateSession.
Is there a way to get hold of an EntityManager dynamically that will cast to a HibernateSession (as described in the Hibernate Integration document (chap 2))?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887251#3887251
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887251
|