Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-15163

Confluence ships with a javax.xml.namespace.QName class

    XMLWordPrintable

Details

    Description

      From JDK 1.5 this class is inluded in the JDK, so there is no need to ship that class anymore with Confluence. The real problem here is that you can configure certain app servers like WebLogic to prefer loading classes from the web application, which is a good thing, but leads to the app server loading other classes in the javax.xml.namespace package using the app server class loader and only the QName class using the web app class loader. This gives you a LinkageError because the app server class loader doesn't allow classes for that package to be loaded from a different class loader.

      The class is namely in two JAR files:

      Attachments

        Issue Links

          Activity

            People

              alynch Andrew Lynch (Inactive)
              ckiehl Chris Kiehl
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: