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:

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-05-16 Thread Dieter
Thanks. I found the old XMLBeans library -- 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-05-13 Thread Dominik Stadler
Hi, Sounds like you are using an incorrect version of the XMLBeans library. Make sure that version 3.1.0 is available and no other version is included in the classpath. Dominik. On Mon, May 13, 2019 at 2:43 PM Dieter wrote: > Hello, > I downloaded poi-bin-4.1.0 and added all jar files