Re: How to programmatically disable the TOTAL_ENTITY_SIZE_LIMIT limit?

2018-01-02 Thread Michael Glavassevich
Xerces does not have an implementation of javax.xml.stream.XMLStreamReader. It seems that you are using Oracle's JAXP implementation. You're more likely to get a helpful answer on one of their forums. Thanks. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrg

Re: Any Xerces-J 2.12.0 release date to address CVE-2012-0881?

2018-01-02 Thread Michael Glavassevich
As has been the case for a long time, Xerces-J 2.12.0 needs volunteers to actually make this release happen. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Gary Gregory wrote on 12/22/2017 01:46:28 PM: > Good q

Re: Xerces-J 2.* On JDK 9

2018-01-02 Thread Michael Glavassevich
I can imagine there would be an issue with xml-apis.jar (and Java 9 modularization), but nothing in xercesImpl.jar should conflict with classes in JDK 9. You should be able to include the implementation jar on the regular classpath. Thanks. Michael Glavassevich XML Technologies and WAS Develop