Hello everybody,
Is there any difference between
@PersistenceContext
| private EntityManager em;
and
@In
| private EntityManager em;
when used in a session bean?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021686#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...