On Fri, Feb 21, 2014 at 7:24 PM, erstanl <[email protected]> wrote: > Hello, > I am in a bind. I like the idea of a routeContext, as a way to extract > common routes for usage by others. The problem I am running into, is that > you cannot add a startOrder attribute to a route defined in a routeContext.
Are you sure? Can you not do? <routeContext id="sss"> <route startupOrder="500"> ... </route> </routeContext> > Is there another way to control how routes that imported via routeContext > are started? Thanks in advance. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/routeContext-and-startOrder-attribute-tp5747788.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen Make your Camel applications look hawt, try: http://hawt.io
