Correct me if I am wrong, but Seam needs to instantiate a fully constructed 
instance before injecting zmponents via @In.  Hence NPE in the constructor.  

Try @Create.  The annotated method will be called when the component is fully 
initialized.  The log will be fine.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995507#3995507

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995507
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to