The order matters so you may need to change the order. The XSD schema tells you the order and your editor should very likely be able to validate the XML for you.
On Fri, Nov 20, 2015 at 1:22 AM, David Hoffer <[email protected]> wrote: > I'm trying to change the default thread pool using the following but then > my app won't start it says the XML is invalid at the routeContextRef line > but that line works fine before I added threadPoolProfile. What am I doing > wrong? I'm using Camel 2.8.2. > > <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring"> > > <threadPoolProfile id="gpDefaultThreadPool" > defaultProfile="true" > poolSize="10" > maxPoolSize="1000" > maxQueueSize="-1" > rejectedPolicy="CallerRuns"/> > > <jmxAgent id="agent" createConnector="true" serviceUrlPath="/gp" /> > > <routeContextRef ref="ingestRoutes"/> > > ... > > </camelContext> > </beans> -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
