[jboss-user] [JBoss Seam] - Re: problem with Conversation scope

quilleashm do-not-reply at jboss.com
Mon Apr 2 03:54:28 EDT 2007


To me using conversation scope for a stateless bean sounds wrong.  If your component has no state then it may as well be in the Seam stateless scope.

The @Out annotation will outject a component back into the relevant Seam context.  How long that outjected reference survives for is dependent on the scope of the outjected component, not the component that is outjecting it.

HTH.

Mike.


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

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



More information about the jboss-user mailing list