file component - markerFile read lock - do not use nio FileLock ---------------------------------------------------------------
Key: CAMEL-1808 URL: https://issues.apache.org/activemq/browse/CAMEL-1808 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.0-M2 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.0.0 In some situations in OSGi platforms the file lock can be kept and then you need to shutdown the JVM to clear the JDK FileLock. So better to not use them as we can just create the file and Camel will still back off reading the file as it can see the lock file exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.