Re: camel:propertyPlaceholder get value of a key specified as header

2017-01-26 Thread L F
On Wed, Jan 25, 2017 at 9:18 AM, L F wrote: > Hello camel users, > I have a spring DSL defined route and a properties file, where i have defined > let's say some FTP connection endpoints. > the properties file looks like this: > ftp1=ftp://test1@host.comftp2=ftp://te...@

camel:propertyPlaceholder get value of a key specified as header

2017-01-25 Thread L F
Hello camel users, I have a spring DSL defined route and a properties file, where i have defined let's say some FTP connection endpoints. the properties file looks like this: ftp1=ftp://test1@host.comftp2=ftp://te...@host1.com.. and i have a header ftp.enpoint=ftp1 I would like to get one of t

Spring DSL route to a header value

2017-01-18 Thread L F
Hello all,It is possible to have in spring DSL a where the endpoint is taken from a header value? Thanks

Re: R: Camel-MongoDB stops camel on Karaf

2017-01-04 Thread L F
, 4 gen, 2017 alle 20:09, L F ha scritto:  Hello, I have a strange situation. On Karaf 4.0.8, i have installed camel-mongodb3, camel-blueprint, camel-jetty features. I try to deploy a simple route, which saves a record to a mongodb database, but it is not working. I get no error, but the routes

Camel-MongoDB stops camel on Karaf

2017-01-04 Thread L F
Hello, I have a strange situation. On Karaf 4.0.8, i have installed camel-mongodb3, camel-blueprint, camel-jetty features. I try to deploy a simple route, which saves a record to a mongodb database, but it is not working. I get no error, but the routes are started and then stopped. If i remove t

Camel ActiveMQ error on long processing

2016-06-15 Thread L F
Hello all, I have a camel route (route1) which has as entry point a cxf webservice. The camel route (route1) calls an another route (route2), which has a long processing step (let's call it delay - which takes more than 30s). 1. route1 -> seda->route2  (delay 40s)   -    works as expected, and

Accesing route related resource files from Producer

2015-07-19 Thread L F
Hello, I want to create a custom camel component to be used in camel routes. the component will use the exchange body and a resource file to make the processing, in a Producer. I want to use it like Everything is deployed on Karaf. Is it possible to access file resources which are defined in oth

Getting information about the route and step while executing a step

2015-03-19 Thread L F
Hello,  I have configured a camel context with tracing, and configured an endpoint (activemq topic) where it should send the trace message. The message itself is sent to the specified topic, buti see no information related to the context, route which is executing or the current step.  Is there

Tracing messages including step information to a queue/topic

2015-03-17 Thread L F
Hello,  I have configured a camel context with tracing, and configured an endpoint (activemq topic) where it should send the trace message. It works but i face two problems:    1. the message is sent to the topic, and i can access it from a custom java code, but i can't find any information

Generating SoapFault from Spring DSL

2015-02-20 Thread L F
Hi I'm trying to implement a webservice operation as a camel route (spring DSL), and I'd  like to generate a soap fault from the route, when some condition is met. I created a route which should prepare this soap fault :                      

Re: Camel + CXF + XSL Exception when creating the Soap response

2015-01-19 Thread L F
; error because this endpoint's url is not absolute. regards, aki 2015-01-16 23:58 GMT+01:00 L F : > Hello camel users ! > > I'm trying to implement a webservice as a camel route, defined using > blueprint. > > I have the message as XML but after i create the response