Bug 55361

Summary: Add CTMoveBookmark to ooxml-lite to avoid OOXML NoSuchMethodException when loading some XWPF Docs
Product: POI Reporter: Tim Allison <tallison>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: 3.10-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: trivial patch

Description Tim Allison 2013-08-05 17:58:07 UTC
Created attachment 30677 [details]
trivial patch

See:
http://issues.apache.org/jira/browse/TIKA-792 

TIKA-792 can be avoided by using the full xml-schemas jar.

To add CTMoveBookmark to the ooxml-lite jar, I added a dummy test that initializes this class, which triggers it being added to ooxml-lite.  

This patch is not a true test.  Any recommendations?
Comment 1 Tim Allison 2013-08-08 13:52:16 UTC
Committed r1511777