Re: ToStringTypeConverter and null message bodies

2009-10-21 Thread Claus Ibsen
On Wed, Oct 21, 2009 at 4:53 PM, ndjensen wrote: > > Just tested it against the 2.1 snapshot.  That fixed it, the method now > receives null when null was sent.  Thanks! > Great and thanks for reporting. There is an unit test now so we wont introduce the bug again :) > > > Claus Ibsen-2 wrote: >

Re: ToStringTypeConverter and null message bodies

2009-10-21 Thread ndjensen
Just tested it against the 2.1 snapshot. That fixed it, the method now receives null when null was sent. Thanks! Claus Ibsen-2 wrote: > > Hi > > I have committed a fix. Would be cool if you could test it on your system. > > You can build from the source or wait for a new SNAPSHOT being dep

Re: ToStringTypeConverter and null message bodies

2009-10-20 Thread Claus Ibsen
Hi I have committed a fix. Would be cool if you could test it on your system. You can build from the source or wait for a new SNAPSHOT being deployed http://camel.apache.org/download.html On Tue, Oct 20, 2009 at 6:43 PM, ndjensen wrote: > > I'm upgrading to camel 2.0 and hit a snag with the ty

Re: ToStringTypeConverter and null message bodies

2009-10-20 Thread Claus Ibsen
Hi Thanks for the detailed reporting. I have created a ticket and is working on a fix right now https://issues.apache.org/activemq/browse/CAMEL-2088 On Tue, Oct 20, 2009 at 7:46 PM, Claus Ibsen wrote: > Hi > > Well spotted. Can you create a ticket in JIRA for it. > So we can get it fixed in Cam

Re: ToStringTypeConverter and null message bodies

2009-10-20 Thread Claus Ibsen
Hi Well spotted. Can you create a ticket in JIRA for it. So we can get it fixed in Camel 2.1. On Tue, Oct 20, 2009 at 6:43 PM, ndjensen wrote: > > I'm upgrading to camel 2.0 and hit a snag with the type conversions that > didn't occur with camel 1.5.  Basically I have a route like this: > > >