Re: calling a spring bean inside an OSGI based project

2016-01-04 Thread Greg Autric
10/what-is-differences-between-camel.html an other useful link : http://camel.apache.org/using-osgi-blueprint-with-camel.html Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global Services Red Hat F

Re: Deploying Camel in WebLogic(Cluser)

2016-01-04 Thread Greg Autric
focus about which camel component you want use JMS/SOAP/bean/JPA etc... Enjoy !!! Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global Services Red Hat France SARLsit: http

Re: How to specify the UDP source port with camel-netty4 ?

2015-12-13 Thread Greg Autric
Hi Steve, Have you ever tried this syntax ? "netty4:udp://${header.CamelNettyRemoteAddress}: ${header.CamelNettyRemotePort}? clientPipelineFactory=#MY_CLIENT_PIPELINE_FACTORY& sync=false&disconnect=false&sendBufferSize=26214400&allowDefaultCodec=false" -- Greg A Red Hat Le vendredi 11 décembre

Re: Configuring Camel-Swagger

2015-12-10 Thread Greg Autric
Hi Antony have you ever seen the camel-example-swagger-java ? It looks like the same as yours. best regards, Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global Services Red Hat France

Re: Route Setup Advice

2015-12-10 Thread Greg Autric
thout thinking about slow or fast messages. best regards, Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global Services Red Hat France SARLsit: http://www.redhat.fr Le Lin

Re: Need help on this: Exception occurred during execution on the exchange: Exchange[Message: ]

2015-10-23 Thread Greg Autric
Hi Shylendran, Could you please send us the full stacktrace and a part of the log file, if possible ? What kind of component are you using ? JMS ? best regards, Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io

Re: how to configure camel to read the properties for camel:sslContextParameters

2015-10-14 Thread Greg Autric
Hi, Have you ever seen these doc ? http://camel.apache.org/camel-configuration-utilities.html http://camel.apache.org/using-propertyplaceholder.html I don't understand your #${} best regards, Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ r

Re: MDC information mess up after sent to activemq endpoint

2015-10-05 Thread Greg Autric
Hi MDC is also an out of the box option into Camel for several informations [1] http://camel.apache.org/mdc-logging.html Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global Services Red

Re: Automatically failing over UDP listner to another server:port

2015-10-05 Thread Greg Autric
Hi, maybe you should try this http://camel.apache.org/load-balancer.html with Failover policy Like java.io.IOException com.mycompany.MyOtherException hope it helps you, best regards, Greg AUTRIC JBoss

Re: WMQ Reply-to queue

2015-10-02 Thread Greg Autric
-Messageformatwhenreceiving But exchange.getIn().setHeader("JMS_IBM_Report_COA", MQC.MQRO_COA_WITH_FULL_DATA); should work w/o pb best regards, Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global Services

Re: User stories Wiki entry

2015-10-02 Thread Greg Autric
Hi you have to sign the Apache Contributor License Agreement before and send a email here after and we will grant you R/W wiki access all informations are available here : http://camel.apache.org/how-do-i-edit-the-website.html thx for your contribution, Greg AUTRIC

Re: spring osgix:cm-properties not reloading the properties

2015-09-30 Thread Greg Autric
Hi Faisal, have you ever see this page : https://karaf.apache.org/manual/latest/users-guide/configuration.html hope it could help you, if not rise an issue Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red

Re: How can I manually redelivery the message to source endpoint while an exception throws?

2015-09-14 Thread Greg Autric
Hi Zhi-Chao Fei, You can catch exception via OnException mechanism http://camel.apache.org/exception-clause.html If you can reply everything you want to the client (HTTP) feel free to send your sample if needed Greg AUTRIC JBoss Middleware Consultant email

Re: Camel quartz memory leak

2015-08-13 Thread Greg Autric
Hi Akram, feel free to rise a JIRA ticket (https://issues.apache.org/jira/browse/CAMEL) And create an PR to github (https://github.com/apache/camel) Camel commiters will analyse it, and accept it if it is confirmed issue. thx for your help, Greg AUTRIC JBoss Middleware

Re: Getting query parameters from jetty and put then in restlet endpoint

2015-08-13 Thread Greg Autric
Sorry it is parenthesis from("jetty:http://localhost:8081/myapp/myservice?param1={param1}¶m2={param2}";) .to("restlet:http://localhost:20010/services/getInfos?param1=(param1)¶m2=(param2)&restletMethod=get"); Greg AUTRIC JBoss Middleware Consu

Re: camel exchange body with html, css and javascript

2015-08-13 Thread Greg Autric
create a webapp to store static resources because create a camel route to provides static resources could be painful and useless. http://example.org/webapp/js/timeline.css";> Hello world see u Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat

Re: Getting query parameters from jetty and put then in restlet endpoint

2015-08-13 Thread Greg Autric
aram1}¶m2={param2}";) .to("restlet:http://localhost:20010/services/getInfos?param1={param1}¶m2={param2}&restletMethod=get";); Best regards, Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io

Re: unable to retrieve response from camel context

2015-07-16 Thread Greg Autric
List field. - CSVToPerson is singleton, and this pattern MUST not share any object. Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global Services Red Hat France SARLsit: http

Re: Karaf route-list issue

2015-07-16 Thread Greg Autric
Hi Vanshul Chawla You may want to ask this on the jboss fuse user forum as its a fuse specific question https://developer.jboss.org/en/products/fuse Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Red Hat Global

Re: Cannot store file error CSV

2015-07-16 Thread Greg Autric
/FileOperations.java#L292 an other idea, it could be to convert to a String the payload before write it into the file, you have to check what is the output payload of sql component Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter

Re: Apache camel monitor activemq

2015-03-25 Thread Greg Autric
ume via the JMS component. Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io - Mail original - De: "James Carman" À: users@camel.apache.org Envoyé: Mercredi 25 Mars 2015 17:51:57 Objet: Re: Apache c

Re: SFTP connection issue with private key

2015-03-25 Thread Greg Autric
onfig to force publickey too. With this I think you could remove your workaround. For the second reconnect and the error, I can't explain yet sorry :-( Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io

Re: SFTP connection issue with private key

2015-03-25 Thread Greg Autric
Hi yeandone, what is "preferredAuthentications" options ? cause your exception comes from Kerberos authentication attempt. you should force "publickey" value for your use case http://www.jcraft.com/jsch/ Greg AUTRIC JBoss Middleware Consultant emai

Re: Apache camel monitor activemq

2015-03-25 Thread Greg Autric
for real time stats. ActiveMQ is coming also via some statistic features. http://activemq.apache.org/how-can-i-monitor-activemq.html some good post : http://blog.christianposta.com/activemq/hawtio-activemq/ http://bushorn.com/monitoring-camel-application/ Greg AUTRIC