Camel Blueprint support is limited/hardcoded to Aries -----------------------------------------------------
Key: CAMEL-4543 URL: https://issues.apache.org/jira/browse/CAMEL-4543 Project: Camel Issue Type: Bug Components: osgi Affects Versions: 2.9.0 Environment: JBoss 7.0.2 Reporter: Aaron Whiteside Priority: Blocker Camel Blueprint support is limited/hardcoded to Aries. This makes it impossible to use in JBoss 7 or with another blueprint implementation like Gemini. The following classes use various things from Aries. * BlueprintContainerRegistry * BlueprintPropertiesParser * CamelContextFactoryBean * CamelProxyFactoryBean * CamelNamespaceHandler Now obviously the last three are related to the custom namespace handler for Aries. It would be good if these were moved into their own module, something like camel-aries-namespace or the like. That people can choose to include if they would like to use the custom blueprint namespace handler in Aries. Otherwise the camel-blueprint module should be implementation agnostic and work on all blueprint containers. Not just Aries. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira