I am currently using docx4j to handle creating docx files and it working very nicely. I am now needing to update an existing pptx slide deck replacing current chart data with new values.
I did a git clone the other day, built the source and then try to run the EditEmbeddedCharts java sample under pptx4j.
When doing so I am getting the following errors:
javax.xml.bind.JAXBException: No JAXBElement has been created for this part, yet!
at ...