@Out behaves in a "push" fashion; @Factory behaves in a "pull"
fashion.
So, without a @Factory, you need to trigger the creation of your component somehow.
I'd suggest you make a page action that runs a (potentially blank) method in that
component.
I'm not sure why the debug page shows that the jobTicket exists when you weren't
using @Factory; maybe your component was injected/called by something else in the
conversation? You could put a breakpoint in createTicket() if you really wanted to know.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092830#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...