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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...