Re: Getting route info problems.

2013-10-08 Thread Claus Ibsen
.getOutputs().get(1).getOutputs().get(0).getOutputs().get(0).getLabel().startsWith("log")) > { > toSplitted = null; > } else { > toSplitted = > route.getRouteContext().getRoute().getOutputs().get(1).getOutputs().get(0).getOutputs(

Re: Getting route info problems.

2013-10-08 Thread Claus Ibsen
info by get the endpoint of single route from > camel context, but for "to" info i been not able. > > If you know a way to get this info from camel context (or eventually by > other way) please help me!!! > > Luca > > > > -- > View this message in contex

Re: Getting route info problems.

2013-10-08 Thread matriv
h("log")) { toSplitted = null; } else { toSplitted = route.getRouteContext().getRoute().getOutputs().get(1).getOutputs().get(0).getOutputs().get(0).getLabel().split(":"); } } -- View this message in context: http://camel.465427

Getting route info problems.

2013-10-07 Thread l.muscari
for "to" info i been not able. If you know a way to get this info from camel context (or eventually by other way) please help me!!! Luca -- View this message in context: http://camel.465427.n5.nabble.com/Getting-route-info-problems-tp5741035.html Sent from the Camel Development mailing list archive at Nabble.com.