[jboss-user] [JBoss Seam] - Re: Question on Stateless Session Bean

petemuir do-not-reply at jboss.com
Tue Mar 27 11:02:48 EDT 2007


You'll either need to make the component stateful, or outject into a scope that holds state.  Stateless components hold no state between invocations.  That's what the snippet of code in your first post is doing.

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

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



More information about the jboss-user mailing list