[jboss-user] [JBoss Seam] - Re: @Out frustration
CptnKirk
do-not-reply at jboss.com
Thu Sep 7 16:54:27 EDT 2006
Well it just doesn't make sense for a stateless component to outject anything, because it wouldn't go anywhere. *IF* (I'm still not sure) Seam is nice and automatically outjects objects from stateless components into event scope, then the examples were likely written in a time where Seam didn't have this feature. If Seam doesn't have this feature, then scoping your session bean into event scope (making it an EVENT scoped component) saves you from having to explicitly scope your @Out annotation every time.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970217#3970217
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970217
More information about the jboss-user
mailing list