Laurent Schoelens

Results 96 comments of Laurent Schoelens

This is the repository I mentionned https://github.com/highsource/jaxb-tools

Yes of course.I understand your point. The plugin I mentionned and the mojohaus one are the oldest maven plugins I know about generating java from xsd, that's why I mentionned...

Hi @patric-r Could you test with latest jaxb 2.3.8 release and say if this solve your issue ? What tool do you use to generate java files from schema ?...

Hi @lulnope : This issue is not specific to 2.3.8 Same issue with 2.3.3

Your XMLAdapter is not well defined. By changing from `extends XmlAdapter` to `extends XmlAdapter`, your code will work as expected.