javaee / metro

Metro has been contributed to Eclipse Foundation. Please use the link below to find the latest project
https://github.com/eclipse-ee4j/metro-jax-ws
Other
10 stars 1 forks source link

webservices-*2.1.1.jar when used with woodstox-core-asl-4.4.1.jar conflicts due to class com.ctc.wstx.sr.ValidatingStreamReader #43

Open sarsjits opened 6 years ago

sarsjits commented 6 years ago

I have found that when webservices-*2.1.1.jar is used with woodstox-core-asl-4.4.1.jar there is a conflict due to com.ctc.wstx.sr.ValidatingStreamReader class. This happens because XMLStreamReaderFactory.create in StreamSOAPCodec returns ValidatingStreamReader which is present in both the jars.