Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] Bug in Jersey with JDK > 8 and OPTIONS header?

Have you tried to add JAXB impl dependency? It is no longer in JDK 11.

-- Jan

On 08.12.2019 11:50, etc@xxxxxxxxxxxxxx wrote:
Caused by: javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
 - with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]


Back to the top