2 Replies Latest reply on Aug 22, 2002 12:09 PM by muradhak

    JBoss 3 Classloader Architecture Problem - URGENT

    muradhak

      Hi,
      I am trying to work with the classloader mechanism. I am having diffrent versions of same classes in the two diffrent ears.

      So in jboss-app.xml I have specified like this.

      <?xml version="1.0" encoding="UTF-8"?>

      <!DOCTYPE jboss-app>

      <jboss-app>
      <loader-repository>org.jboss.docs.interest=interest.ear</loader-repository>
      </jboss-app>

      But during deployment I am getting the following error:

      12:02:53,758 ERROR [EARDeployer] Error in init step of ear deployment
      javax.management.MalformedObjectNameException: missing domain

      Did I miss something in jboss-app.xml
      I am using jboss-3.0.0_tomcat-4.0.3, which have been said it support this property.
      Can anybody throw some light in this.
      Its URGENT.