7 Replies Latest reply on Nov 6, 2008 4:50 PM by salaboy21

    DelegationHandler class Not Found by process classloader

      I get this error...

      couldn't load delegation class
      java.lang.ClassNotFoundException:
      could not be found by the process classloader

      I know what it means but I think my handler class is in the right place. When I explode the Locally Saved Deployed Archive, my class is under the "classes" folder, as under folder/package structure, com.sample.handler.MyDecisionHandler.class.

      So why can't it see my class? When the GPD deploys the archive I expect that the GPD deployer should be putting my class in the classpath of the process classloader, right? Help please