[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-22 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617696811 Expected result would be: ``` 0 0 * false 0 publication_date:[2020-04-21T00:00:00Z TO 2020-04-21T23:59:59Z]

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-22 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617695517 removed all jdbc/flyway stuff for convenience This is an automated message from the Apache Git Service. To

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-22 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617693930 https://github.com/hakuseki/CamelQuarkusDynamicHttp This is an automated message from the Apache Git Service.

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-22 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617690304 I have now created a empty project from code.quarkus.io and then added my dependencies and the Download route. Running it gives me the same NPE: ```

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-21 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617295800 Looks like "mine" but I'm curious if I have some dependencies missing or any other structural errors in my codeā€¦

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-21 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617293048 Thx So what you are saying is that you can run my route and get a reply from the URL without any NPE? The URL endpoint is working, tried to use a static URL on a

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-21 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617270212 Something about the `RuntimeCamelCatalog` which is empty This is an automated message from the Apache Git

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-21 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617262973 `from(timer("FIRDSDownloader").repeatCount(1)) .setHeader("CamelHttpMethod", constant("GET")) //

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-21 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617198530 Ahh, I see. The NPE is in `DefaultRuntimeCamelCatalog.java` `public ComponentModel componentModel(String name) { return

[GitHub] [camel-quarkus] hakuseki commented on issue #1116: Dynamic endpoint cannot be resolved properly (toD)

2020-04-21 Thread GitBox
hakuseki commented on issue #1116: URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617195130 inner issue fixed but then I get a NPE in `2020-04-21 15:52:29,888 WARN [org.apa.cam.com.tim.TimerConsumer] (Camel (camel-2) thread #10 - timer://FIRDSDownloader)