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

XMLWordPrintable

    • 3

      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:

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

              Created:
              Updated:
              Resolved: