Assuming you're using a seam-managed persistence context, you can just do
| EntityManager entityManager = (EntityManager)
Component.getInstance("entityManager");
| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076071#4076071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076071 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
