Re: Netty4 HTTP - JAAS issue

2016-05-05 Thread yogu13
Hi, Rather than init can you set this as part of the systemPropertyVariables in maven-surefire-plugin Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Netty4-HTTP-J

Re: Camle Tracer issue

2016-05-05 Thread yogu13
I hope u have enabled tracer using context.setTracing(true) also what do you see as part of logs ? Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Camle-Tracer-issue-tp5782140p5782256.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to use cdi annotation to reference shared netty server in karaf?

2016-05-05 Thread leon
Hi guys, I just followed this example (http://camel.apache.org/netty-http-server-example.html) and successfully deployed a shared netty http server to apache karaf. But I could not figure out how to reference this shared netty http server in my Rest Java DSL route file. Here is my route file: imp

Re: RXCamel is not releasing the ActiveMQ connection once the subscription is complete

2016-05-05 Thread arunkabraham
The below code is creating the Active MQ threads. Is there a way I can avoid the creation of these threads? Or close those threads on completion of the subscription. Due to this I am stuck. Please suggest a solution ReactiveCamel rx = new ReactiveCamel(camel); Observable observable1 = rx.toObserv

Unable to catch and deal with the ProtocolDecoderException thrown by Mina in our camel

2016-05-05 Thread Kriti
Hi All, Following is a code snippet from the camel route we have- class CacheRouteBuilder extends CustomRouteBuilder { --- --- void configure() throws DataException, DataExchangeException, Exception{ //Refer CCG Customizer Parser def Pars

Camel 2.17, @Producer works only for select objects ?

2016-05-05 Thread kalber
Hi, i'm trying to create managed beans with @Producer, but only for PropertiesComponent works. In the example below method prodceProperties works, produceConfig not. Is there a limitation under camel for @Producer ? @ApplicationScoped public class TestProducer { @Produces @Named("prop