Re: Apache Camel JAXB unmarshalling returns null properties after upgrade from Camel from 2.20.4 to 2.21.2 or 2.22.1

2018-10-10 Thread Alex Dettinger
Hi Lars, You're right, this behavior changed in jaxb-impl 2.3.0. You may workaround by force downgrading the version in your pom file: com.sun.xml.bind jaxb-impl 2.2.11 Or changing your class definition with something as below:

RE: Apache Camel JAXB unmarshalling returns null properties after upgrade from Camel from 2.20.4 to 2.21.2 or 2.22.1

2018-10-10 Thread Lars Schaps
Hello again. Sorry, for posting again, but it seems my digital signature cause problem. Did not expect that. Lars > Hi all. > > Sorry for cross posting. I already asked this question on Stack Overflow > before I found the mailing list: >