Alexey Valikov
Alexey Valikov
This would be good help, could you please send me the XSDs? I'll check bout the safety.
@torse Would you please mail to valikov-at-gmx-net, attachment did not went through GitHub.
Ok, just converted.
http://schemas.opengis.net/filter/1.1.0/filter.xsd
``` Different number of properties [1], [2]. A [{http://www.w3.org/1999/xlink}href]=http://mydomain.net/myimage.raw B [{http://www.w3.org/1999/xlink}href]=http://mydomain.net/myimage.raw B [{http://www.w3.org/2000/xmlns/}p2]=http://www.w3.org/1999/xlink One of the properties differ. Key: [otherAttributes]. Left: [[object Object]]. Right: [[object Object]]. ```
You can use bindings to explicitly name generated classes. Name it `ResponseResponseBody` and `PurchaseResponseBody`. Otherwise I'd expect XJC to generate `ResponseBody` as inner class within `Response` and `Purchase` respectively. So...
Please post the complete `mvn clean install` log for starters.
This is not an issue with the plugin. The plugin is just a wrapper for XJC. So most probably this is an issue with XJC.
I'm afraid this might be a problem in XJC. > Background: I'm trying to get rid of the JAX-WS plugin also in my compilation, by defining the interface class myself....
Are you aware of https://github.com/highsource/ogc-schemas? > The result is that 'owns' is renamed to OwnershipAttributeGroupOwns and that is also duplicated. Not sure I understand. You rename the attribute using bindings...