[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

avbentem do-not-reply at jboss.com
Mon Mar 19 08:56:13 EDT 2007


...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#4029282

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029282



More information about the jboss-user mailing list