Re: date functions/URL params for http endpoint

2011-06-01 Thread ist-olga
We use cron, that's why we won't have this problem: But I was wondering if not using cron how can we use dynamic uri if it is inside http://camel.465427.n5.nabble.com/date-functions-URL-params-for-http-endpoint-tp4442873p4445925.html Sent fro

Re: date functions/URL params for http endpoint

2011-06-01 Thread ist-olga
I tried to use dynamicRouter, but still there is a problem: we want from uri to be dynamic, but if we use There is no log record of the response of hotTransfer-uop-endpoint, because I think direct:start creates an empty message, but we need response from dynami

Re: date functions/URL params for http endpoint

2011-06-01 Thread Claus Ibsen
--- > From: "Claus Ibsen" > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 10:25:40 PM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > Hi > > See this FAQ about dynamic To in Camel > http://camel.apache.org/how-do

Re: date functions/URL params for http endpoint

2011-05-31 Thread Bharat Goyal
; > - Original Message - > From: "Fernando Ribeiro" > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 11:25:23 AM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > Bharat, > > You can create a property (w

Re: date functions/URL params for http endpoint

2011-05-31 Thread Claus Ibsen
uot;Fernando Ribeiro" > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 11:25:23 AM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > Bharat, > > You can create a property (with get/set) methods in your route builder and &g

Re: date functions/URL params for http endpoint

2011-05-31 Thread Bharat Goyal
e - > From: "Fernando Ribeiro" > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 12:57:47 PM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > Donald raised an important point, need to make sure the start date is &

Re: date functions/URL params for http endpoint

2011-05-31 Thread Donald Whytock
ers@camel.apache.org > Sent: Tuesday, May 31, 2011 12:57:47 PM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > Donald raised an important point, need to make sure the start date is > computed dynamically (using the Simple EL does the trick). Th

Re: date functions/URL params for http endpoint

2011-05-31 Thread Donald Whytock
>> >> - Original Message - >> From: "Donald Whytock" >> To: users@camel.apache.org >> Sent: Tuesday, May 31, 2011 12:49:00 PM GMT -08:00 US/Canada Pacific >> Subject: Re: date functions/URL params for http endpoint >> >> toF isn'

Re: date functions/URL params for http endpoint

2011-05-31 Thread Bharat Goyal
ytock" > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 12:49:00 PM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > toF isn't runtime-dynamic, right? It's gonna take the startdate and > enddate when the route

Re: date functions/URL params for http endpoint

2011-05-31 Thread Fernando Ribeiro
; > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 12:49:00 PM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > toF isn't runtime-dynamic, right? It's gonna take the startdate and > enddate when the route is built and mak

Re: date functions/URL params for http endpoint

2011-05-31 Thread Bharat Goyal
US/Canada Pacific Subject: Re: date functions/URL params for http endpoint toF isn't runtime-dynamic, right? It's gonna take the startdate and enddate when the route is built and make a static endpoint? If you need the endpoint to change at runtime, you'll need to use some sort of

Re: date functions/URL params for http endpoint

2011-05-31 Thread Donald Whytock
va SomeProcessor.class which would fill in startDate and >> endDate. >> >> Trying to figure out what a good practice is. >> >> Thanks >> >> >> - Original Message - >> From: "Fernando Ribeiro" >> To: users@camel.ap

Re: date functions/URL params for http endpoint

2011-05-31 Thread Fernando Ribeiro
actice is. > > Thanks > > > - Original Message - > From: "Fernando Ribeiro" > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 11:25:23 AM GMT -08:00 US/Canada Pacific > Subject: Re: date functions/URL params for http endpoint > > Bharat, >

Re: date functions/URL params for http endpoint

2011-05-31 Thread Bharat Goyal
uld fill in startDate and endDate. Trying to figure out what a good practice is. Thanks - Original Message - From: "Fernando Ribeiro" To: users@camel.apache.org Sent: Tuesday, May 31, 2011 11:25:23 AM GMT -08:00 US/Canada Pacific Subject: Re: date functions/URL params for http

Re: date functions/URL params for http endpoint

2011-05-31 Thread Fernando Ribeiro
tribute the information contained > in this e-mail and any attached files with the permission of the sender.” > > - Original Message - > From: "Fernando Ribeiro" > To: users@camel.apache.org > Sent: Tuesday, May 31, 2011 11:18:07 AM GMT -08:00 US/Canada Pacific &

Re: date functions/URL params for http endpoint

2011-05-31 Thread Bharat Goyal
, or distribute the information contained in this e-mail and any attached files with the permission of the sender.” - Original Message - From: "Fernando Ribeiro" To: users@camel.apache.org Sent: Tuesday, May 31, 2011 11:18:07 AM GMT -08:00 US/Canada Pacific Subject: Re: date fun

Re: date functions/URL params for http endpoint

2011-05-31 Thread Fernando Ribeiro
You mean you need to be able to get the current date (for startDate) and a date in a configuration (endDate) in your route, right? On Tue, May 31, 2011 at 3:13 PM, Bharat Goyal wrote: > Hello, > We have the requirement to pull data from a http URL on specific dates of > the month. > > Requiremen