Re: Using route as template to create dynamic routes

2010-09-22 Thread Willem Jiang
On 9/23/10 3:31 AM, tide08 wrote: Hi, Here is what I need, I suspect it is possible with camel but cannot figure out how to achieve it. If anyone can give me some leads on how to achieve this. I have multiple routes, one of which is as below. Depending on the environm

Re: Managing configuration in components, routes, projects

2010-09-22 Thread Lorrin Nelson
I'm using Spring. PropertyPlaceholder magic makes Spring config vary based on deployment. At a high level, the recipe is as follows. RouteBuilder rather than SpringRouteBuilder as parent class would work fine unless you want to call things like beanRef() instead of bean(). @Component //make su

Managing configuration in components, routes, projects

2010-09-22 Thread David Yang
I'm curious how others are solving the problem of managing configuration across various routes, components etc inside a Camel Context. We've written some Components that themselves need to have connections to various DB's etc. If we want to have a development and production properties for eac

Using route as template to create dynamic routes

2010-09-22 Thread tide08
Hi, Here is what I need, I suspect it is possible with camel but cannot figure out how to achieve it. If anyone can give me some leads on how to achieve this. I have multiple routes, one of which is as below. Depending on the environment, there can be more than entry points

Re: Odd route start behavior after context is started

2010-09-22 Thread GSegel
Many thanks! I'll try it out in the next couple of days and reply to confirm. -- View this message in context: http://camel.465427.n5.nabble.com/Odd-route-start-behavior-after-context-is-started-tp2835464p2850015.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Endpoint consumer created only on from()

2010-09-22 Thread Bruno Borges
It is where I am right now. The OFTP protocol states that is the sever who will let the client know about incoming files. What I'm doing now is remodeling the consumer (pollingConsumer) to first ask the route if it wants to receive a file before actually downloading it. So every poll will produce

Re: Camel Component for the OFTP2 protocol

2010-09-22 Thread Bruno Borges
Hi Hadrian/Guillaume, Yes, there's no binaries yet. We are still adding some features before actually proceeding to an official release. Also I still have to document the component and its parameters on http://accord.ow2.org/odetteftp. By the way, this is the main website for the project.

Re: Camel Component for the OFTP2 protocol

2010-09-22 Thread Guillaume Nodet
I suppose the sources are those ones: http://websvn.ow2.org/listing.php?repname=accord&path=/odetteftp/trunk/camel-oftp/ Haven't found any binaries though, even on the sonatype snapshot repo. On Wed, Sep 22, 2010 at 07:16, Hadrian Zbarcea wrote: > Bruno, > > I couldn't find the code/jar/doc fo