I was stuck on this problem but was able to use the “work around” listed in this forum Q&A by setting a system property like so:
System.setProperty("javax.xml.bind.JAXBContext",
"com.sun.xml.internal.bind.v2.ContextFactory");
I was stuck on this problem but was able to use the “work around” listed in this forum Q&A by setting a system property like so:
System.setProperty("javax.xml.bind.JAXBContext",
"com.sun.xml.internal.bind.v2.ContextFactory");