0 Replies Latest reply on Apr 21, 2011 10:56 AM by jmfaerman

    Debugging Injection

    jmfaerman

      I have this chain of delegation:


      Page (xhtml) - POJO (ui manager) - SLSB (service) - POJO (repository/dao).


      The SLSB gets injected into the ui manager, no problem there, but the repository/dao is NOT injected into the SLSB, resulting in NullPointerException.
      The weird thing is that seam can find the repository with the same name using Component.getInstance(), but doesn't inject it into the proper field.


      How can i debug and find out why this is happenning?