Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-15563

Webservice regression failures after jboss-modules is upgraded to 2.0.0.Final

    XMLWordPrintable

Details

    Description

      In WFLY 25 and jboss-modules 1.x, 

      XMLOutputFactory.newInstance() 

      respects the META-INF/services from module org.codehaus.woodstox and finally delegates to com.ctc.wstx.stax.WstxOutputFactory to create XMLWriter.

      After jboss-modules is upgraded to 2.0 in WFLY 26, it doesn't read the META-INF/services configuration and return the JDK's com.sun.xml.internal.stream.XMLOutputFactoryImpl.
      This leads regression failures in jbossws-cxf test suite like :

      javax.xml.stream.XMLStreamException: Prefix cannot be null]
      

      More test failures log please look at : https://issues.redhat.com/browse/JBWS-4235

      Attachments

        Issue Links

          Activity

            People

              rsearls r searls
              rhn-engineering-ema Jim Ma
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: