Factories are not for initializing your state for your own use. You could probably
self-inject x or call Component.getInstance() or something. If you are really trying to
expose that state outside your object and need it internally, put an @Create on that
@Factory method.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127907#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...