...and while stripping your code to pin down the problem: why not remove the
EntityManager, Identity and Actor as well? And if that helps: are you sure you're
using EJB3 in your components.xml, and if not sure: what if just using
@In
| private EntityManager entityManager;
to use a "Seam-managed persistence context", instead of your
@PersistenceContext
| EntityManager em;
By the way: do the examples run fine in your JBoss installation (like: is JBoss installed
with the ejb3 profile)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029282#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...