Apache camel ServiceMix和Camel OSGi属性组件

Apache camel ServiceMix和Camel OSGi属性组件,apache-camel,osgi,apache-servicemix,Apache Camel,Osgi,Apache Servicemix,ServiceMix中是否有要安装的Camel属性组件功能?因为我找不到它,所以无法加载我的OSGi包 Caused by: java.lang.ClassNotFoundException: org.apache.camel.component.properties.PropertiesComponent not found from bundle [my-camel-osgi-bundle] 如何在ApacheServiceMix中安装Camel属性组件功能 提前谢谢你 Camel属性组件

ServiceMix中是否有要安装的Camel属性组件功能?因为我找不到它,所以无法加载我的OSGi包

Caused by: java.lang.ClassNotFoundException:
org.apache.camel.component.properties.PropertiesComponent not found from bundle [my-camel-osgi-bundle]
如何在ApacheServiceMix中安装Camel属性组件功能


提前谢谢你

Camel属性组件附带Camel核心


我想你只需要检查一下你的驼峰osgi包就可以正确设置导入包。

我的错!属性组件是camel Core的一部分,检查camel osgi捆绑包是否正确设置了导入包是什么意思?确保捆绑包导入包
org.apache.camel.component.Properties