Re: Scheduling routes with RoutePolicy

2011-04-05 Thread public_phil
Hi Mikael, I had the exact same problem with Camel 2.6. This was my configuration: public void configure() throws Exception { Calendar c = Calendar.getInstance(); c.add(Calendar.MINUTE, 1); SimpleScheduledRoutePolicy simple = new SimpleScheduledRoutePolicy(); simple.setR

Re: Scheduling routes with RoutePolicy

2011-04-05 Thread public_phil
Hi Mikael, I had the exact same problem with Camel 2.6. This was my configuration: public void configure() throws Exception { Calendar c = Calendar.getInstance(); c.add(Calendar.MINUTE, 1); SimpleScheduledRoutePolicy simple = new SimpleScheduledRoutePolicy(); simple.setR

Camel 2.6.0 - Locking with the file component

2011-02-23 Thread public_phil
I'm using Camel 2.6.0 and I've noticed some odd behavior with regard to file locking. Here are the routing details: The data file to be processed is a small .csv file that is routed to the "beanProcessor" for processing. The "beanProcessor" is an AsyncProcessor. Processing is quite compl