Re: Getting route info problems.

2013-10-08 Thread Claus Ibsen
You can easily output the routes as XML as we do in the Karaf commands. http://camel.apache.org/karaf.html Though mind this questions belongs to the user mailing list / user forum. So please move there. On Tue, Oct 8, 2013 at 10:20 AM, matriv wrote: > Hello, > > It's not so easy to get the "to"

Re: Getting route info problems.

2013-10-08 Thread Claus Ibsen
Hi Please use the @user mailing list / user forum for these kind of questions. You will have more people to help you there. See http://camel.apache.org/mailing-lists.html http://camel.apache.org/discussion-forums.html On Mon, Oct 7, 2013 at 6:23 PM, l.muscari wrote: > hi, > i'am a young develop

Re: Getting route info problems.

2013-10-08 Thread matriv
Hello, It's not so easy to get the "to" as it is to get the "from" for a camel route. I have a similar webapp that you use to manage some specific camel routes and here is an example of a code that reads the existing routes from camel context and show them in a nice data grid interface: // Fetch