我遇到了一个错误,或者我忘记了一个东西,但 servicemix 不想放置正确的包名称/符号名称:
Command list :
[ 221] [Active ] [] [] [ 60] mvn:org.emp.idewe.ipsi/esb-precube/1.2.2-SNAPSHOT
Instead of :
[ 221] [Active ] [] [] [ 60] Idewe:Esb-PreCube (1.2.2-SNAPSHOT)
and command list -s :
[ 221] [Active ] [] [] [ 60] no symbolic name
我的清单.mf:
Manifest-Version: 1.0
Export-Package: ...
Tool: Bnd-0.0.357
Bundle-Name: Idewe:Esb-PreCube
Created-By: Apache Maven Bundle Plugin
Bundle-Vendor: ...
Build-Jdk: 1.6.0_29
Bundle-Version: 1.2.2.SNAPSHOT
Bnd-LastModified: 1344950093005
Bundle-ManifestVersion: 2
Bundle-Description: ...
Import-Package: ...
Bundle-SymbolicName: org.emp.idewe.ipsi.esb-precube
和我的 feature.xml :
<feature name="Esb-PreCube.1.2.2-SNAPSHOT" version="1.2.2-SNAPSHOT">
<feature>camel-spring</feature>
<bundle>mvn:org.emp.idewe.ipsi/esb-precube/1.2.2-SNAPSHOT</bundle>
</feature>
有任何想法吗 ?