Re: NoSuchMethodError: org.apache.xmlbeans.XmlOptions.setEntityExpansionLimit

2019-12-14 Thread soma
Hi, I have xmlbeans 3.1.0 still the issue exists -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail:

Re: NoSuchMethodError: org.apache.xmlbeans.XmlOptions.setEntityExpansionLimit

2019-12-14 Thread pj.fanning
The method is here - https://github.com/apache/xmlbeans/blob/trunk/src/xmlpublic/org/apache/xmlbeans/XmlOptions.java#L881 and appears in xmlbeans 3.1.0. Maybe you have multiple versions of xmlbeans on your classpath and the older version is being picked up. -- Sent from: