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.
<camelContext> <ThreadPoolProfile id="myThreadPoolProfile" ... /> <wiretap executorServiceRef="myThreadPoolProfile" ... /> </CamelContext> I am now using using Camel 2.10.2. I am attempting to define the ThreadPoolProfile in the same manner however I am receiving validation errors in the Camel Context xml configuration indicating the ThreadPoolProfile is not recognized from the defined xsd. Is it not possible to define a ThreadPoolProfile in this manner anymore? Is the ThreadPoolProfile now an option on a different tag? Any thoughts are much appreciated. Thanks, Edwin -- View this message in context: http://camel.465427.n5.nabble.com/ThreadPoolProfile-Error-in-Camel-2-10-2-tp5732979.html Sent from the Camel - Users mailing list archive at Nabble.com.