0 Replies Latest reply on Apr 2, 2008 9:13 AM by alesj

    DemandDependencyItem and iDependOn in constructor

    alesj

      Is there a reason why DemandDependencyItem doesn't set demand as iDependOn in its constructor?

       public DemandDependencyItem(Object name)
       {
       super(name, null, whenRequired, null);
      


      Since then we get a lot of these
       Object iDependOn = item.getIDependOn();
       if (iDependOn == null)
       {
       dependency = "<UNKNOWN>";
       actualStateString = "** UNRESOLVED " + item.toHumanReadableString() + " **";
       }
      

      in DeployersImpl:checkControllerContext