[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application
enrokuta
do-not-reply at jboss.com
Thu Nov 1 14:19:22 EDT 2007
You should be defining the EntityManager as a local variable of the doGet method rather than having it as a member.
Seam injection cannot be applied to servlets. You have to use Component.getInstance instead.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101030#4101030
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101030
More information about the jboss-user
mailing list