eclipse-ee4j / yasson

Eclipse Yasson project
https://projects.eclipse.org/projects/ee4j.yasson
Other
204 stars 96 forks source link

JSON-B does not play well with bean model generated by JAXB #597

Open alan-marcinkowski opened 1 year ago

alan-marcinkowski commented 1 year ago

Seems these tools ought to endeavor to interoperate especially in legacy applications. The HL7 CDA XSD which uses ever single arcane nuance of XML Schema ever invented (just to make life interesting you know), when generated to JAXB annotated beans ... the models of those classes can not be bound using JSON-B :-( Think XMLElementRef/s, XMLMixed, etc ... all the real stupid things baked into XML.