[jboss-user] [JBoss Seam] - Re: EntityManager not being injected
patrick_ibg
do-not-reply at jboss.com
Mon Aug 21 17:10:56 EDT 2006
The problem is that the Converter object as you have it is instantiated by JSF, not by Seam, and so no bijection takes place.
You can try retrieving the EntityManager yourself via the FacesContext. Or, have a look at the following threads that propose complete solutions:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71182
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=75802
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3925444
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966547#3966547
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966547
More information about the jboss-user
mailing list