[jboss-user] [JBoss Seam] - Re: Cannot get @In and @Out to work with a stateless compone

CptnKirk do-not-reply at jboss.com
Fri Jul 28 14:27:47 EDT 2006


You must have done something wrong.  Your current code injects null, sets newPaperDetails in initPaperDetails(), then outjects it to nowhere (stateless).  On the next call you inject null again, don't set the variable, then outject null, which causes an error.  Fix this and things should work.

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

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



More information about the jboss-user mailing list