Re: ThreadPoolProfile Error in Camel 2.10.2

2013-05-22 Thread Christian Müller
Check out [1]. You have to use "" instead of "" [1] http://camel.apache.org/threading-model.html Best, Christian On Wed, May 22, 2013 at 7:48 PM, Edwin wrote: > Hi Folks, > > In earlier versions of Camel, I have used a ThreadPoolProfile associated > with a component i.e. Wiretap. To implement

Re: ThreadPoolProfile Error in Camel 2.10.2

2013-05-22 Thread Claus Ibsen
Hi No its not changed. The XSD is here: http://camel.apache.org/schema/spring/camel-spring-2.10.2.xsd The validation error should give you a little hint what is wrong. The ordering of the tags is often restricted, so maybe you need to move up or down. On Wed, May 22, 2013 at 7:48 PM, Edwin w

ThreadPoolProfile Error in Camel 2.10.2

2013-05-22 Thread Edwin
Hi Folks, In earlier versions of Camel, I have used a ThreadPoolProfile associated with a component i.e. Wiretap. To implement this, I defined the ThreadPoolProfile within the Camel Context. i.e. I am now using using Camel 2.10.2. I am attempting to define the ThreadPoolProfile in