"kasim" wrote :
| thats not really the way you set the entity manager
|
| You need to use the persistence context annotation to create it. (extended type is
optional)
|
| @PersistenceContext(type=EXTENDED)
| private EntityManager em;
No, lara is injecting the EntityManager in the correct fashion (when using a Seam Managed
Persistence Context).
Lara, does injecting an entity manager (using @In) work at all in your app? Do other
injections work? Post components.xml please.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984879#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...