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
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
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
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
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.
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
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.
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