0 Replies Latest reply on Jan 30, 2007 7:26 AM by danthony74

    MBean Deployment Classpath problem

    danthony74

      Hi All,

      I'm trying to deploy an ear with the following components:
      EAR
      ->SAR (depends on classes in WAR, JAR and HAR)
      ->WAR(depends on classes in JAR and HAR)
      ->JAR(contained in WAR - depends on classes in HAR)
      ->HAR

      The SAR needs to access classes defined in the WAR and JAR. It is unable to find classes defined in the JAR, and won't deploy. Everything else works as intended.

      I believe this to be a classloader problem. Does anyone have any thoughts on how to resolve this?

      Cheers,

      Dan