Re: AW: JAXB classpath issue with camel-jaxb 2.9.2

2012-05-04 Thread gehdan
gah.. damn HTML mails... sorry for that, I'm trying again: my route looks like this: VeytonProxy proxy = new VeytonProxy( new URL("http://shop.example.com/index.php?page=soap_api_wsdl";)); JaxbDataFormat d = new JaxbDataFormat(); d.setDataFormatName("jaxb"); d.setContextPath("com.xt_commerce.typ

Re: AW: JAXB classpath issue with camel-jaxb 2.9.2

2012-05-11 Thread Christian Müller
It looks like you are using org.apache.camel.model.dataformat.JaxbDataFormat and not org.apache.camel.converter.jaxb.JaxbDataFormat. I added a test which shows that marshalling partial classes works in generall: https://svn.apache.org/repos/asf/camel/trunk/components/camel-jaxb/src/test/java/org/a