charlesmoore99

Results 3 comments of charlesmoore99

Possible work around. Add the following dependencies to whatever project you're using the bindings on... ``` javax.xml.bind jaxb-api 2.3.0 com.sun.xml.bind jaxb-impl 2.3.0 org.glassfish.jaxb jaxb-core 2.3.0 com.googlecode.jaxb-namespaceprefixmapper-interfaces JAXBNamespacePrefixMapper 2.2.4 ``` Then...

This looks like related to https://github.com/highsource/ogc-schemas/issues/192, which is now fixed in the 2.6.2-snapshot.

Here's a pull request with a unit test demonstrating the syntax error https://github.com/highsource/ogc-schemas/pull/200