Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.15.0
-
None
-
Unknown
Description
The Spring JAXB model class for <camelContext> is missing a setEndpoints() method, which means you cannot add an endpoint outside the route definition using JAXB. Interestingly, the Blueprint version of CamelContextFactoryBean has this method, so I'm guessing it was just missed.
Impacted classes:
org.apache.camel.spring.CamelContextFactoryBean