Re: Camel Scala JAXB DSL

2013-02-13 Thread Henryk Konsek
> I used the following for my JaxbDataFormat and I guess this is the correct > one as well. > > org.apache.camel.model.dataformat.JaxbDataFormat Consider using org.apache.camel.converter.jaxb.JaxbDataFormat. "Model" package is primarly intended to be used with Java and XML DSLs. You probably just

Re: Camel Scala JAXB DSL

2013-02-12 Thread Joe San
Claus, Thanks for the email. Could you please provide me with the Jira ticket id? I used the following for my JaxbDataFormat and I guess this is the correct one as well. org.apache.camel.model.dataformat.JaxbDataFormat Here is my route from("file:/Users/joe/Desktop/in?noop=true").unmarshal(ja

Re: Camel Scala JAXB DSL

2013-02-11 Thread Claus Ibsen
On Mon, Feb 11, 2013 at 7:20 PM, Joe San wrote: > Does the Scala DSL support JAXB marshal and unmarshal? I have the following > scenario where I have xjc generated Java files. I give these files to my > JaxbDataFormat and assign it to a val in Scala as below: > > val jaxb = new JaxbDataFormat("com