Bug 55361 - Add CTMoveBookmark to ooxml-lite to avoid OOXML NoSuchMethodException when loading some XWPF Docs
Summary: Add CTMoveBookmark to ooxml-lite to avoid OOXML NoSuchMethodException when lo...
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: 3.10-dev
Hardware: PC All
: P2 trivial (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-05 17:58 UTC by Tim Allison
Modified: 2013-08-08 13:52 UTC (History)
0 users



Attachments
trivial patch (2.17 KB, text/plain)
2013-08-05 17:58 UTC, Tim Allison
Details

Note You need to log in before you can comment on or make changes to this bug.
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