File component - noop does not lock the file during processing
--------------------------------------------------------------

                 Key: CAMEL-551
                 URL: https://issues.apache.org/activemq/browse/CAMEL-551
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.3.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 1.4.0


The noop=true option does not lock the file during processing as it states in 
its class javadoc. The parameter is false. It should be true instead.

    public NoOpFileProcessStrategy() {
        super(false);
    }


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to