Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-923

Class Loader Classpath Conflict

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • No Release
    • JBossAS-3.2.6 Final
    • Web Services
    • None

      SourceForge Submitter: julajula .
      The JDOM jar which is being used by JBoss is newer to
      what is used in my web service. So I explicitly gave the
      following command to avoid looking at the 3.2.2 servers
      jar.

      <jboss-web>
      <class-loading java2ClassLoadingCompliance="false">
      <loader-repository>
      jboss.test:war=oldxerces.war
      <loader-repository-config>
      java2ParentDelegation=false
      </loader-repository-config>
      </loader-repository>
      </class-loading>
      </jboss-web>

      It solved JDOM error but now I get another error. The
      stack trace is attached here with.

      I am simply trying to use FOP to generate a PDF using
      the fop.jar, batik.jar, xalan-2.4.1.jar components in
      addition to using JDOM. These 4 jars are inside my EAR.

              starksm64 Scott Stark (Inactive)
              sourceforge-user SourceForge legacy user (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: