Re: Upgrade to 2.16.0

2015-10-28 Thread Clemens
Hi, You are absolutely right, but it was possible to use in 2.15 without problems. Claus Ibsen-2 wrote > Hi > > You surely need to add > > in the route. Having > > standalone > is not intended. So do > > See filter > http://camel.apache.org/message-filter.html > > On Wed, Oct 28,

Re: Upgrade to 2.16.0

2015-10-28 Thread Claus Ibsen
The wrong would have no impact in the route and essentially will not be in-use in those older Camel releases On Wed, Oct 28, 2015 at 10:52 AM, Clemens wrote: > Hi, > > You are absolutely right, but it was possible to use in 2.15 > without problems. > > > > Claus Ibsen-2

Re: Upgrade to 2.16.0

2015-10-28 Thread Claus Ibsen
Hi You surely need to add in the route. Having standalone is not intended. So do See filter http://camel.apache.org/message-filter.html On Wed, Oct 28, 2015 at 10:06 AM, Clemens wrote: > Hi, > > Sample camel route that will throw "ClassCastException: >

Re: Upgrade to 2.16.0

2015-10-28 Thread Clemens
Hi, Sample camel route that will throw "ClassCastException: org.apache.camel.model.WhenDefinition cannot be cast to org.apache.camel.model.FilterDefinition" at DefaultManagementObjectStragety#310. ${body} != null Claus Ibsen-2 wrote > Can anyone show some

Re: Upgrade to 2.16.0

2015-10-24 Thread Clemens
Hi, I had the same ClassCaseException When To Filter after upgrading to 2.16.0. Seems like in 2.16 is only allowed inside . Outside you must use . Prior to 2.16 it was ok to use when outside -- View this message in context:

Re: Upgrade to 2.16.0

2015-10-24 Thread Claus Ibsen
Can anyone show some route code with this problem. On Sat, Oct 24, 2015 at 11:55 AM, Clemens wrote: > Hi, > > I had the same ClassCaseException When To Filter after upgrading to 2.16.0. > Seems like in 2.16 is only allowed inside . Outside > you must use . Prior to 2.16 it

Re: Upgrade to 2.16.0

2015-10-13 Thread Claus Ibsen
Hi Is there not more of the stacktrace, and what route / code do you have you can show us? Maybe try to disable parts of your routes to see if you can pin point a particular route, which seems to involve a filter pattern. On Mon, Oct 12, 2015 at 3:00 PM, Fabrizio Spataro - Bizmate

Re: Upgrade to 2.16.0

2015-10-13 Thread fabrizio.spataro
Hello. This is a big problem because my project contains more than 100 routes. -- View this message in context: http://camel.465427.n5.nabble.com/Upgrade-to-2-16-0-tp5772570p5772597.html Sent from the Camel - Users mailing list archive at Nabble.com.

Upgrade to 2.16.0

2015-10-12 Thread Fabrizio Spataro - Bizmate
Hello, i am upgrading my application from 2.15.3 to 2.16.0 but I have a strange error!! Can you help me? Caused by: org.apache.camel.RuntimeCamelException: java.lang.ClassCastException: org.apache.camel.model.WhenDefinition cannot be cast to org.apache.camel.model.FilterDefinition