kesavkolla commented on issue #1497:
URL: https://github.com/apache/camel-quarkus/issues/1497#issuecomment-665121307
If I remove camel-quarkus-xml-io with camel-quarkus-xml-jaxb I get the
following exception:
```java
2020-07-28 08:49:55,033 ERROR [org.apa.cam.qua.mai.CamelMainRuntime] (main)
Failed to start application: java.lang.UnsupportedOperationException: Please
add a dependency to camel-quarkus-xml-io
at
org.apache.camel.quarkus.core.DisabledXMLRoutesDefinitionLoader.loadRoutesDefinition(DisabledXMLRoutesDefinitionLoader.java:28)
at
org.apache.camel.quarkus.main.CamelMainRoutesCollector.collectXmlRoutesFromDirectory(CamelMainRoutesCollector.java:74)
at
org.apache.camel.main.RoutesConfigurer.configureRoutes(RoutesConfigurer.java:97)
at
org.apache.camel.main.BaseMainSupport.configureRoutes(BaseMainSupport.java:556)
at
org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:576)
at
org.apache.camel.quarkus.main.CamelMain.initCamelContext(CamelMain.java:91)
at org.apache.camel.quarkus.main.CamelMain.doInit(CamelMain.java:61)
at
org.apache.camel.support.service.BaseService.init(BaseService.java:83)
at
org.apache.camel.quarkus.main.CamelMain.startEngine(CamelMain.java:112)
at
org.apache.camel.quarkus.main.CamelMainRuntime.start(CamelMainRuntime.java:46)
at
org.apache.camel.quarkus.core.CamelBootstrapRecorder.start(CamelBootstrapRecorder.java:45)
at
io.quarkus.deployment.steps.CamelBootstrapProcessor$boot-173480958.deploy_0(CamelBootstrapProcessor$boot-173480958.zig:97)
at
io.quarkus.deployment.steps.CamelBootstrapProcessor$boot-173480958.deploy(CamelBootstrapProcessor$boot-173480958.zig:36)
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:644)
at io.quarkus.runtime.Application.start(Application.java:90)
at
io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:91)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:61)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:38)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:106)
at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:29)
```
----------------------------------------------------------------
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:
[email protected]