Re: Annotations are not working in RouteBuilder

2015-03-30 Thread alexey-s
could not perform the penultimate line in the latter method? -- Aleksey -- View this message in context: http://camel.465427.n5.nabble.com/Annotations-are-not-working-in-RouteBuilder-tp5764966p5765005.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Annotations are not working in RouteBuilder

2015-03-29 Thread alexey-s
vice. So I do not want to wait for the Apache Karaf 4.1. I plan to move to OSGi Dinamic Service. -- Aleksey -- View this message in context: http://camel.465427.n5.nabble.com/Annotations-are-not-working-in-RouteBuilder-tp5764966p5765002.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Annotations are not working in RouteBuilder

2015-03-29 Thread Willem Jiang
ation("ref:serviceProperties"); > > camelContext.addRoutes(builder); > camelContext.start(); > > Annotations do not work. > > > Aleksey > In the old works. > > String propVal = CamelContextHelper.parseText(getContext(), "{{" + propName

Annotations are not working in RouteBuilder

2015-03-28 Thread alexey-s
the old works. String propVal = CamelContextHelper.parseText(getContext(), "{{" + propName + "}}")); -- View this message in context: http://camel.465427.n5.nabble.com/Annotations-are-not-working-in-RouteBuilder-tp5764966.html Sent from the Camel - Users mailing list archive at Nabble.com.