Docs need to stress importance of having org.apache.camel.component.bean as an Import-Package for Bean Binding to work with @Consumes in an OSGi container (SMX4) -----------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-2013 URL: https://issues.apache.org/activemq/browse/CAMEL-2013 Project: Apache Camel Issue Type: Improvement Components: camel-jms, documentation Affects Versions: 1.6.1 Reporter: Scott Parkerson Basically, any OSGi bundle implementing the @Consume method must mark their bundle's manifest as requiring import {{org.apache.camel.component.bean}}. Otherwise, the broker will fail to unmarshal the BeanInvocation-wrapped object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.