https://bz.apache.org/bugzilla/show_bug.cgi?id=68909

--- Comment #7 from Chris <c...@stl.gmbh> ---
Hi,

we have a central utility method to create our own instances of
"com.ctc.wstx.stax.WstxInputFactory" that is not the issue.

But we use libraries, that in the depth just call
"XMLInputFactory.newFactory()". They kept having problems in the context of sub
ClassLoaders, not considering the service definition within the woodstox*.jar
(/META-INF/services/javax.xml.stream.XMLInputFactory) and than failing with
some missing features of the JDKs default implementation.

And no, we do not require Tomcat to work with
com.ctc.wstx.stax.WstxInputFactory. This was just a side effect that did not
matter until now. Tomcat works with WstxInputFactory and with the sun default
implementation.

Chris

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to