Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when marshaling wps LiteralValue #189

Open
ryeats opened this issue May 8, 2017 · 1 comment
Open

Error when marshaling wps LiteralValue #189

ryeats opened this issue May 8, 2017 · 1 comment

Comments

@ryeats
Copy link

ryeats commented May 8, 2017

Getting this error when marshaling WPS 2.0 LiteralValue objects:

Instance of "net.opengis.wps.v_2_0.LiteralValue" is substituting "net.opengis.ows.v_2_0.ValueType", but "net.opengis.wps.v_2_0.LiteralValue" is bound to an anonymous type.. Instance of "net.opengis.wps.v_2_0.LiteralValue" is substituting "net.opengis.ows.v_2_0.ValueType", but "net.opengis.wps.v_2_0.LiteralValue" is bound to an anonymous type..

Looking at the generated code for LiteralValue it has a @XmlType(name = "") which is causing the issue and seems to be coming from the nested complexType.

@ryeats
Copy link
Author

ryeats commented May 8, 2017

Created a PR with a proposed fix #190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant