Or, instead of doing the following...
| @PersistenceContext(unitName="myUnit")
| EntityManager em;
|
can I look up the EntityManager from within a session bean by its persistence-unit name
instead of via its jndi binding name?
Thanks.
Adrian
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973539#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...