jaxb2-annotate-plugin icon indicating copy to clipboard operation
jaxb2-annotate-plugin copied to clipboard

Annotations on JAXWS aren't added

Open lujop opened this issue 7 years ago • 3 comments

You can reproduce in current test jaxws. The annotations defined in wsdl-bindings.xjb doesn't get added to the types under the wsdl_schema package.

lujop avatar Oct 25 '17 10:10 lujop

It's a known issue:

https://github.com/highsource/jaxb2-annotate-plugin/blob/master/tests/jaxws/src/main/resources/wsdl-bindings.xjb#L51

highsource avatar Oct 25 '17 11:10 highsource

Thanks @highsource. I didn't read the comment. Is there another open issue to track it? Or just track this one? Do you know af any workarround? I need to add a @XmlRootElement annotation and I can't modify the wsdl.

lujop avatar Oct 25 '17 12:10 lujop

Duplicate of https://github.com/highsource/jaxb-tools/issues/471 extensionBindingPrefixes is not taken into account in jaxws:bindings so annox is not read by plugin

laurentschoelens avatar Jan 09 '24 21:01 laurentschoelens