Currently using JAXB generated classes from an existing xsd. The output creates the a file with the annotation @XmlMixed that causes problems when used with the org.springframework.web.servlet.view.json.MappingJacksonJsonView mapper for accepting application\json. It works fine for application\xml. I wondered if anyone has come across this issue and managed to resolve it ?
The xsd itself cannot be changed, I'll need to find a solution that allows me to use resolve the mapping.