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 was archived by the owner on Feb 5, 2019. It is now read-only.
Running this through xjc generates a member eal of type Root.Eal in Root, not of type JAXBElement<Root.Eal>.
This makes it impossible to unmarshal a document like
Taken from CXF bug:
https://issues.apache.org/jira/browse/CXF-3732
Please consider the following schema:
Running this through xjc generates a member eal of type Root.Eal in Root, not of type JAXBElement<Root.Eal>.
This makes it impossible to unmarshal a document like
and obtain the value for attribute att in eal, since eal is null. The above XML document cannot be represented in the classes generated by xjc.