I am having an issue importing word documents, and haven't found any documentation of others with this issue.
The Issue: Calling WordprocessingMLPackage.load(File anyFile) throws the following exception when the file to be loaded was originally created in Word:
Exception in thread "main" java.lang.RuntimeException: javax.xml.bind.JAXBException: class org.docx4j.openpackaging.packages.WordprocessingMLPackage nor any of its super class is known to this context.
Full error trace: Exception in thread "main" java.lang.RuntimeException: javax.xml.bind.JAXBException: class org.docx4j.openpackaging.packages.WordprocessingMLPackage nor any of its super ...