Re: handling large files

2013-03-02 Thread cristisor
I know that this is an old post but I'm in the exact situation and I can't find a way out. Some of you already know what I process with Apache Camel, but I will add the link again: http://camel.465427.n5.nabble.com/Large-file-processing-with-Apache-Camel-td5727977.html And here is a detailed

camel-smpp optional param issue ?

2013-03-02 Thread anuragg
I am using camel-smpp version 2.10.3 . It looks like while creation of submitSm from Exchange no optional param is set to submitSm. i want to use optional param but unable to do it. let me know if this functionality is available in future versions or my understanding is incorrect. Thanks,

Re: create a route with a webservice endpoint and a JMS queue end point

2013-03-02 Thread Claus Ibsen
Hi I suggest to look at the CXF and Spring-WS examples at http://camel.apache.org/examples That may give you some points about the WS part. Then you would need to extract / grab the file attachment from the WS (somehow) and send that to a JMS endpoint, to send that to the message queue

Re: Prolems with parametrized bean method call via simple

2013-03-02 Thread Claus Ibsen
Hi What version of Camel do you use? Have you tried upgrading to a newer release? On Fri, Mar 1, 2013 at 12:16 AM, garrydias garryd...@gmail.com wrote: Hi friends I´m facing a strange behavior when performing this XML DSL statement. When I call /validateFiringUnitSchedule /method passing

Re: camel-ssh - SSH keys authentication

2013-03-02 Thread Claus Ibsen
Hi I logged a ticket to make this easier out of the box https://issues.apache.org/jira/browse/CAMEL-6120 On Fri, Feb 15, 2013 at 9:33 PM, Scott Cranton sc...@cranton.com wrote: I've created an example showing camel-ssh deployed in Karaf using classpath and file based public key security.

Re: Intercepting https endpoints with proxy config not working

2013-03-02 Thread Claus Ibsen
Hi I suggest to use wildcards when intercepting such long uris. http://camel.apache.org/intercept On Thu, Feb 14, 2013 at 9:31 AM, ddewaele ddewa...@gmail.com wrote: Hi, I'm trying to intercept the following https endpoint using the camel:interceptSendToEndpoint component : camel:to

Re: camel-blueprint-test issues

2013-03-02 Thread Ryan Moquin
Awesome, was sure I wasn't crazy. :) Happy it's fixed already! Ryan On Feb 28, 2013 3:48 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Well spotted. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-6111 On Thu, Feb 28, 2013 at 5:32 AM, Ryan Moquin fragility...@gmail.com

direct-vm in OSGI

2013-03-02 Thread Antoni Mylka
Hi, I've been investigating an issue in our application. It works on Karaf, uses Blueprint and has a number of bundles that start Camel contexts. We use direct-vm endpoints to send messages between contexts residing in different bundles and use karaf start levels to enforce startup ordering.

Re: camel-ssh - SSH keys authentication

2013-03-02 Thread Scott Cranton
Claus, Thanks for the nudge. Are you thinking if we took something like the existing certFilename option, which internally uses a FileKeyPairProvider, and created a new option say certificatePath and used the ResourceHelper and ResourceKeyPairProvider internally that would make it simpler for