-
Bug
-
Resolution: Done
-
Major
-
25.0.0.Final
-
None
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
- causes
-
WFLY-15426 ReliableServiceTestCase fails after migration from Apache JAXP implementations to JDK provided JAXP implementations
- Closed
-
JBWS-4235 Test failures after wildfly is upgraded to 26.0.0.Beta1-SNAPSHOT
- Open