jaxb2-annotate-plugin
jaxb2-annotate-plugin copied to clipboard
Annotations on JAXWS aren't added
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.
It's a known issue:
https://github.com/highsource/jaxb2-annotate-plugin/blob/master/tests/jaxws/src/main/resources/wsdl-bindings.xjb#L51
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.
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