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
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
I am trying to create classes from XML schemas in project(name CMM) but getting following error:
Unable to parse input schema(s)
file:/C:/Data/gitrepo/cip/cdm/src/main/resources/aixm/v5.1.1/ISO_19136_Schemas/geometryPrimitives.xsd; lineNumber: 648; columnNumber: 25; Property "Rows" is already defined. Use jaxb:property to resolve this conflict.
Actually this XSD refered above is in a different project(named CDM) which gets compiled,installed correctly as I have a jaxb binding in that project which takes care of above issue.
However there are schemas in CMM project which refer to this XSD and when they refer to the XSD they generate this error.
I am new to Maven, Please let me know how to resolve this issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to create classes from XML schemas in project(name CMM) but getting following error:
Unable to parse input schema(s)
file:/C:/Data/gitrepo/cip/cdm/src/main/resources/aixm/v5.1.1/ISO_19136_Schemas/geometryPrimitives.xsd; lineNumber: 648; columnNumber: 25; Property "Rows" is already defined. Use jaxb:property to resolve this conflict.
Actually this XSD refered above is in a different project(named CDM) which gets compiled,installed correctly as I have a jaxb binding in that project which takes care of above issue.
However there are schemas in CMM project which refer to this XSD and when they refer to the XSD they generate this error.
I am new to Maven, Please let me know how to resolve this issue.
The text was updated successfully, but these errors were encountered: