1 Reply Latest reply on Jul 28, 2004 7:32 PM by starksm64

    Warning message on server startup of JBoss 3.2.5

    rcostanzo

      Hi,

      I receive the following warning several time when starting my server:

      WARN [org.jboss.deployment.DeploymentInfo] Only the root deployment can set the loader repository, ingoring config=null

      My applications all seem to work fine, but I'd like to get this resolved before upgrading my production environment to 3.2.5.

      I am running a single EAR with many WARs within it. I am also using my own loader repository, defined in the META-INF directory of my EAR in the jboss-app.xml file:

      <jboss-app>
      <loader-repository>mts.psp:loader=PSP.ear</loader-repository>
      </jboss-app>

      Any ideas? Thanks.