anonymous wrote : Injected values are only kept valid while the component is executing. Okay, but the component still IS active. It's like
A.actionA() [calls] B.actionB() [calls] A.actionC() [then returns] A.actionA() <-- and here, are fields are empty.. actionA() just calls a method down the stack and upon returning from this method call, all injected values are null?! Isn't that a bit weird? ;) thanks & greets & a happy new year! ;) -clem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996977#3996977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996977 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
