f2par0 opened a new pull request, #554: URL: https://github.com/apache/camel-karaf/pull/554
fixes #553 **Cause :** The name "route" is looked up in the `DefaultVariableRepositoryFactory`, so if there is an object named "route" with a different type, it fails. **Solution :** Exception should not be thrown when an object with matching name but different type is found, just return null in this case since the `DefaultRegistry` does not handle the `NoSuchBeanException` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
