Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.3, 3.5.0
-
None
-
Unknown
Description
I noticed an issue when trying to use the camel-main configuration property camel.main.xml-rests in Camel Quarkus. It results in:
2020-09-25 15:33:25,811 ERROR [org.apa.cam.qua.mai.CamelMainRuntime] (main) Failed to start application: org.apache.camel.RuntimeCamelException: org.apache.camel.xml.io.XmlPullParserException: Expected starting tag '
{http://camel.apache.org/schema/spring}routes', read starting tag '
{http://camel.apache.org/schema/spring}rests' instead
at org.apache.camel.RuntimeCamelException.wrapRuntimeException(RuntimeCamelException.java:66)
at org.apache.camel.main.DefaultRoutesCollector.collectXmlRestsFromDirectory(DefaultRoutesCollector.java:219)