I need to be able to inject something optionally.
Now if I use InjectionOption.CALLBACK it'll not inject when it's not available,
but it'll get injected when it does become available. This is however a state change
on my bean after it has been started, which I don't want.
I want the injection to happen now or never (InjectOption.OPTIONAL?).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177601#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...