Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.4.1
-
None
-
Unknown
Description
The Spring Beans XML Camel context tries to add already handled routes to the camel context route lists, this means that, if I have a java dsl route that define a rest() or an xml-io-dsl that defines <rests> routes, they are initialized twice when Spring Beans XML Camel context is initialized and the application cannot start due to duplicated rest routes.