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

2019-03-04 Thread Tobias Fink
Hi, sorry for the late reply. We were able to get around the issue by not calling the createExtractor method. Honestly, I have no idea why we switched to ooxml-security-1.1.jar a long time ago, some classes were missing at runtime when we used poi-ooxml-schemas, and we didn't create a

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