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