Global customization are not applied to xjc when input document is WSDL · Issue #821 · javaee/jaxb-v2 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

This repository was archived by the owner on Feb 5, 2019. It is now read-only.

This repository was archived by the owner on Feb 5, 2019. It is now read-only.

@glassfishrobot

Description

@glassfishrobot

When input file to xjc is wsdl, xjc ignores global customizations. The root cause of this is that xjc tries to inline the customizations by inlining them under root element. This works fine for schema, but for wsdl it has to be inlined under different element as only schema part of wsdl is considered and the rest is ignored.

Affected Versions

[2.2.4]