When I have feature
<feature>jpa-2.1</feature>
enabled in my server.xml (WLP 8.5.5.7) I get a JAXB context initialization error
java.lang.RuntimeException: Errors getting JAXB context for class
Caused by: javax.xml.bind.JAXBException: Unable to create context
- with linked exception:
[java.lang.reflect.InvocationTargetException]
[err] at javax.xml.bind.ContextFinder.find(ContextFinder.java:116)
[err] at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:65)
[err] at com.lca.phoenix.common.util.JsonProcessor.getJaxbContext(JsonProcessor.java:110)
When I remove that feature, I don't get the JAXB errors. I am curious what the connection is between those two seemingly disparate things
I'm on Java 1.8.131 on Win 8.1
Thanks!