[GitHub] [camel-quarkus] philschaller commented on issue #1105: Read lock options for files are ignored

2020-04-20 Thread GitBox
philschaller commented on issue #1105: URL: https://github.com/apache/camel-quarkus/issues/1105#issuecomment-616633652 Another short round of debugging revealed this: The strategy factory is supposed to be found in the method `GenericFileEndpoint.createGenericFileStrategy`. But the the

[GitHub] [camel-quarkus] philschaller commented on issue #1105: Read lock options for files are ignored

2020-04-20 Thread GitBox
philschaller commented on issue #1105: URL: https://github.com/apache/camel-quarkus/issues/1105#issuecomment-616475215 Thanks for testing with Camel! I would like to debug `FileProcessStrategyFactory`, but it is never called...

[GitHub] [camel-quarkus] philschaller commented on issue #1105: Read lock options for files are ignored

2020-04-20 Thread GitBox
philschaller commented on issue #1105: URL: https://github.com/apache/camel-quarkus/issues/1105#issuecomment-616393816 Just to make this clear: it shows the same behavior without the option `exclusiveReadLockStrategy`. While debugging the test `FileTest.fileReadLock_minLength()` it

[GitHub] [camel-quarkus] philschaller commented on issue #1105: Read lock options for files are ignored

2020-04-20 Thread GitBox
philschaller commented on issue #1105: URL: https://github.com/apache/camel-quarkus/issues/1105#issuecomment-616342102 I can try that. But even without any explicit strategy it should work. While debugging it never cared about `readLock=changed`.

[GitHub] [camel-quarkus] philschaller commented on issue #1105: Read lock options for files are ignored

2020-04-20 Thread GitBox
philschaller commented on issue #1105: URL: https://github.com/apache/camel-quarkus/issues/1105#issuecomment-616338930 Hi JVM mode, never tried it in native mode. I am not sure if it ever worked with Quarkus or Camel 3.x...or if I am doing something completely wrong.