[jboss-user] [JBoss Seam] - Re: EntityManager is null??

valbosoft do-not-reply at jboss.com
Wed Sep 19 13:15:53 EDT 2007


Hello,

could it be you're deploying on tomcat and not on JBoss?

I was having the same problem, and I solved it with the following:
	
  |    @In(create=true) EntityManager em;
  | 
  |    public EntityManager getEntityManager () {return em; }
  | 
  | 

regards, Bo

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086253#4086253

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



More information about the jboss-user mailing list