1 Reply Latest reply on Sep 10, 2007 10:48 AM by kconner

    classloading question

      i all,
      I'm testing quickstart samples and have a question about the classloading.
      I woud like to know how jboss can manage to find classes (contained in jbossesb-roseta.jar,jboss-config-model-1.0.jar) that are needed since they are not included in the archives.

      Theses classes are not included in my default config lib too.
      But I can find them in the lib folder of the deployed jbossesb.sar.

      What will be happening if I scoped my esb project withing the deployment.xml file.
      thank in advance.
      Meissa

        • 1. Re: classloading question
          kconner

          The jars are available in the global scope to which your scoped deployment will defer its requests.

          The ESB classloading is just the normal AS classloading strategy.