Re: suggestion for camel XML DSL

2014-02-28 Thread sekaijin
Hi. Ok thank I'm running 2.8.1 bye -- View this message in context: http://camel.465427.n5.nabble.com/suggestion-for-camel-XML-DSL-tp5747821p5748109.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: suggestion for camel XML DSL

2014-02-26 Thread Claus Ibsen
This should actually be supported from Camel 2.11 onwards. On Sun, Feb 23, 2014 at 10:51 AM, sekaijin wrote: > Hello, > @Claus Ibsen-2 : The id is a special type for identifier > It is for this reason that I propose to add an attribute "routeId" > as in java. > > > Sample id just for registry an

Re: suggestion for camel XML DSL

2014-02-23 Thread sekaijin
Hello, @Claus Ibsen-2 : The id is a special type for identifier It is for this reason that I propose to add an attribute "routeId" as in java. Sample id just for registry and XML routeId for use JMX, Karaf, ServiceMix. I have read the documentation java , the developer can do read a properti

Re: suggestion for camel XML DSL

2014-02-22 Thread Claus Ibsen
Hi The id is a special type for identifier - dont think it allows {{ }} or ${ } syntax. But you can try as documented at section: Using property placeholders for any kind of attribute in the XML DSL on this page: http://camel.apache.org/using-propertyplaceholder.html On Sat, Feb 22, 2014 at 3:2