Bug 49934

Summary: Problem with XWPF image detection with poi-ooxml-schemas
Product: POI Reporter: Nick Burch <apache>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P2    
Version: 3.7-dev   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Nick Burch 2010-09-15 14:30:08 UTC
There seems to be a problem with us missing a key file or two when building up poi-ooxml-schemas. The result is that drawingml CTPicture entries under XWPF images come back as XmlTypeAnyImpl instead of CTPicture. This then means that xwpf can't work with them.

I've emailed the xmlbeans list to ask for help figuring out what file(s) we need to copy over but aren't yet:
http://mail-archives.apache.org/mod_mbox/xmlbeans-user/201009.mbox/%3Calpine.DEB.1.10.1009142140090.337@urchin.earth.li%3E

Once we know what the key file(s) are, we'll need to update the ooxml-schemas generation code to include them
Comment 1 Dominik Stadler 2016-07-26 20:02:48 UTC
There have been tons of changes since this bug-report was created and I assume this is fixed now or at least nobody seems to have stumbled across it in the nearly 6 years since.