2 Replies Latest reply on Dec 21, 2006 4:36 PM by svadu

    Injected properties don't worjk in constructors?

      Hi All,

      I was trying to use an injected logger (same as in the examples) in a default constructor of my java bean and I got a NullPointerException. I debugged that I found out that everything I tried to inject was null when running in the default constructor of the bean. Am I missing something here?