aldettinger opened a new issue #1274: URL: https://github.com/apache/camel-quarkus/issues/1274
cd camel-quarkus-upstream/examples/timer-log mvn compile quarkus:dev Edit camel-quarkus-upstream/examples/timer-log/src/main/java/org/acme/timer/TimerRoute.java Save, then it stops with message below: `2020-05-29 15:09:39,240 INFO [route1] (Camel (quarkus-camel-example-timer-log) thread #0 - timer://foo) Back World 2020-05-29 15:09:39,332 INFO [io.qua.dep.dev] (Timer-0) Changed source files detected, recompiling [/home/agallice/dev/projects/camel-quarkus-upstream/examples/timer-log/src/main/java/org/acme/timer/TimerRoute.java] bootstrap class path not set in conjunction with -source 8, line -1 in [unknown source]unknown enum constant javax.xml.bind.annotation.XmlAccessType.PROPERTY reason: class file for javax.xml.bind.annotation.XmlAccessType not found, line -1 in /home/agallice/dev/projects/camel-quarkus-upstream/examples/timer-log/src/main/java/org/acme/timer/TimerRoute.javaunknown enum constant javax.xml.bind.annotation.XmlAccessType.NONE, line -1 in /home/agallice/dev/projects/camel-quarkus-upstream/examples/timer-log/src/main/java/org/acme/timer/TimerRoute.javaunknown enum constant javax.xml.bind.annotation.XmlAccessType.FIELD, line -1 in /home/agallice/dev/projects/camel-quarkus-upstream/examples/timer-log/src/main/java/org/acme/timer/TimerRoute.javaunknown enum constant javax.xml.bind.annotation.XmlAccessType.PROPERTY, line -1 in /home/agallice/dev/projects/camel-quarkus-upstream/examples/timer-log/src/main/java/org/acme/timer/TimerRoute.java2020-05-29 15:09:39,637 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Quarkus Main Thread) Apache Camel 3.3.0 (CamelContext: quarkus-camel-example-timer-log) is shutting down 2020-05-29 15:09:39,639 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Quarkus Main Thread) Apache Camel 3.3.0 (CamelContext: quarkus-camel-example-timer-log) uptime 21.408 seconds 2020-05-29 15:09:39,639 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (Quarkus Main Thread) Apache Camel 3.3.0 (CamelContext: quarkus-camel-example-timer-log) is shutdown in 0.002 seconds 2020-05-29 15:09:39,653 INFO [io.quarkus] (Quarkus Main Thread) camel-quarkus-examples-timer-log stopped in 0.016s ` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org