Re: Poi thread running since a long time

2019-02-25 Thread Greg Woolsey
Which version of POI are you using? That line # is not in that method in the latest version. Many performance and bug fixes have gone into releases over the last couple years. If you have a file we can examine/test, or even better a unit test that shows the issue against the latest release,

Re: References to org.apache.poi.POIXMLTypeLoader in ooxml-security-1.1.jar: NoClassDefFoundError

2019-02-25 Thread kiwiwings
Hi Thomas, the ooxml-security-1.1.jar is not compatible with poi-*-4.0.1.jar and this is my fault, as I haven't updated the ooxml-security release. The original reason are changes #60226 and #62355. I assumed everything for encryption and signing should be provided by poi-ooxml-schemas. Which

References to org.apache.poi.POIXMLTypeLoader in ooxml-security-1.1.jar: NoClassDefFoundError

2019-02-25 Thread Tobias Fink
Hi, in ooxml-security-1.1.jar in class "com.microsoft.schemas.office.x2006.encryption.EncryptionDocument" (in the inner class "Factory") there are references to the class "org.apache.poi.POIXMLTypeLoader" - which breaks at runtime with a NoClassDefFoundError, because the class is in package