i have an EJB that uses entityManager. the entityManager is injected throw seam. on my application every thing works fine, the persistence.xml define the DS and the entityManager JNDI lookup, the component is created by seam as defined in the components.xml.
in my EJB i have this: | @In(create=true) | private EntityManager entityManager; | when i write test for the ejb i get exception, how can I make my test work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003188#4003188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003188 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user