The problem is with the @In, your component 'checked' cannot be injected. try
@In(create=true) and you might see some improvement.
I must admit though I have never tried to inject a primitive, I have a feeling that this
will not work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093392#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...