0

我遇到了一个错误,或者我忘记了一个东西,但 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>

有任何想法吗 ?

4

1 回答 1

0

看起来很像您的捆绑包配置不正确,因为捆绑包符号名称未解析。如果这得到纠正,Karaf/Servicemix 将立即使用正确的名称部署它。

于 2013-01-02T21:15:35.710 回答