I have a project where I want to work with a set of Classes generated by JAXB from an XSD. With these classes I would like to marshall/unmarshall from XML and JSON.
You need to make sure the jaxb.properties file is under the resources directory in the same package structure as the corresponding model classes.
jaxb.properties
Example