Uploaded image for project: 'XML Commons'
  1. XML Commons
  2. XMLCOMMONS-80

javax.xml.stream.XMLOutputFactory should not depend on woodstox/WstxOutputFactory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Won't Fix
    • 1.x
    • None
    • None
    • Operating System: other
      Platform: Macintosh
    • 48741

    Description

      I did put xml-apis.jar (version 1.4) in my application endorsed directory, to be sure that everyone runs/builds against the right XML-apis.

      Unfortunately this introduces a dependency with the codehause / woodstox implementation, in my case com.ctc.wstx.stax.WstxOutputFactory ; see line 30:

      http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/stream/XMLOutputFactory.java?view=markup

      In my project this dependency is 'undesired'. The bad thing here is that I cannot override this default implementation. Since the application runs e.g. in tomcat, setting a system property is difficult / impossible.

      The second issue is that it is not possible to explicitly reference to the com.sun... implementation from my code, since one can not rely on running in the Sun JVM.

      So my question:

      • why the woodstox dependency?
      • please could you remove this dependency?

      It might be a good idea add some notes regarding this on the xml-commons web pages.

      Should xml-apis.jar be in the jvm/application endorsed directory?

      Attachments

        Activity

          People

            Unassigned Unassigned
            dizzzz@exist-db.org Dannes Wessels
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: