将 Camel CXF 代理部署到 Red Hat JBoss Fuse
Posted
技术标签:
【中文标题】将 Camel CXF 代理部署到 Red Hat JBoss Fuse【英文标题】:Deploying Camel CXF Proxy into Red Hat JBoss Fuse 【发布时间】:2014-02-22 10:42:27 【问题描述】:我已经关注了这个CXF Proxy Example,它按照描述成功运行。
现在我想将 CXF 代理示例作为 OSGI Bundle 部署到 JBoss-Fuse 中。我正在遵循这条指令Deploying the Apache Camel Route。但这让我出现了这个错误:
JBossFuse:admin@root> install -s mvn:org.apache.camel/camel-example-cxf-proxy/2.12.2
Bundle ID: 281
Error executing command: Error installing bundles:
Unable to start bundle mvn:org.apache.camel/camel-example-cxf-proxy/2.12.2:
Unresolved constraint in bundle org.apache.camel.camel-example-cxf-proxy [281]: Unable
to resolve 281.0: missing requirement [281.0] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.camel.spring)(version>=2.12.0)(!(version>=2.13.0)))
JBossFuse:admin@root>
我没有改变任何东西。只是照原样使用他们的例子。他们的 pom.xml 上有这个
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>examples</artifactId>
<version>2.12.2</version>
</parent>
我通过将版本更改为2.9.0.fuse-70-097
尝试了此操作,但错误相同(只是更改了版本号)
osgi.wiring.package; (&(osgi.wiring.package=org.apache.camel.spring)
(version>=2.9.0)(!(version>=2.10.0)))
【问题讨论】:
features:list | grep spring
- 你安装了camel-spring
吗? list | grep spring
- 哪个捆绑版本?
【参考方案1】:
我随机尝试了几个版本,将其替换为 pom.xml
,当我点击以下版本时,它突然对我有用:
<version>2.10.0</version>
我不知道为什么它对我有用。但是,发现我很幸运!
【讨论】:
以上是关于将 Camel CXF 代理部署到 Red Hat JBoss Fuse的主要内容,如果未能解决你的问题,请参考以下文章
Red Hat Enterprise 8.5 A key deployment Install Nginx
在camel cxf客户端请求中的Http头Content-Length
使用servlet传输Jboss fuse 6.3公开https camel cxf webservice
使用 servlet 传输 Jboss fuse 6.3 公开 https camel cxf webservice