RE: JAXB DataFormat encoding

2019-10-02 Thread Stig Døssing
e.org Subject: Re: JAXB DataFormat encoding On Tue, Oct 1, 2019 at 9:45 AM Stig Døssing wrote: > > Thanks for responding. Is there any interest in updating the API by adding an > unmarshal method that doesn't require serialization to bytes? I think it > could probably be done in

Re: JAXB DataFormat encoding

2019-10-02 Thread Claus Ibsen
. > -Original Message- > From: Claus Ibsen > Sent: 30. september 2019 17:38 > To: users@camel.apache.org > Subject: Re: JAXB DataFormat encoding > > Hi > > The data format API was designed that way when Camel was created. > > On Mon, Sep 30, 2019 at 12:46 PM St

RE: JAXB DataFormat encoding

2019-10-01 Thread Stig Døssing
Sent: 30. september 2019 17:38 To: users@camel.apache.org Subject: Re: JAXB DataFormat encoding Hi The data format API was designed that way when Camel was created. On Mon, Sep 30, 2019 at 12:46 PM Stig Døssing wrote: > > Hi, > > I have a route like the following: > > Fro

Re: JAXB DataFormat encoding

2019-09-30 Thread Claus Ibsen
Hi The data format API was designed that way when Camel was created. On Mon, Sep 30, 2019 at 12:46 PM Stig Døssing wrote: > > Hi, > > I have a route like the following: > > From(sjms2) > .unmarshal().jaxb("myjaxbpackage") > > When I send an XML message with the following content > > > ... Rest