You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run the example I get java.lang.LinkageError about JAXB API and IMPL versions.
ava.lang.LinkageError: JAXB 2.1 API jar is being loaded (from jar:file:/C:/.../example/target/xtee-example-4.2.11/WEB-INF/lib/jaxb-api-2.0.jar!/javax/xml/bind/annotation/XmlSchema.class), but this RI (from jar:file:/C:/.../example/target/xtee-example-4.2.11/WEB-INF/lib/jaxb-impl-2.2.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) requires JAXB 2.2 API jar.
The text was updated successfully, but these errors were encountered:
When trying to run the example I get java.lang.LinkageError about JAXB API and IMPL versions.
ava.lang.LinkageError: JAXB 2.1 API jar is being loaded (from jar:file:/C:/.../example/target/xtee-example-4.2.11/WEB-INF/lib/jaxb-api-2.0.jar!/javax/xml/bind/annotation/XmlSchema.class), but this RI (from jar:file:/C:/.../example/target/xtee-example-4.2.11/WEB-INF/lib/jaxb-impl-2.2.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) requires JAXB 2.2 API jar.
The text was updated successfully, but these errors were encountered: