【发布时间】:2021-05-11 05:11:03
【问题描述】:
我有以下骆驼上下文,可以在 karaf 上构建和安装,至少没有错误。
从 Camu 获得当前成绩 来自 bpm 的原始请求 {{api.key}}问题是
is waiting for dependencies [(&(component=netty4-http)(objectClass=org.apache.camel.spi.ComponentResolver))]
我已经安装了camel-http 功能和camel-nett4 功能,没有任何影响。 thge pom 对 nett4 依赖没问题
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4-http</artifactId>
<version>2.21.0.fuse-730078-redhat-00001</version>
</dependency>
接下来我会尝试什么
【问题讨论】:
标签: apache-camel apache-karaf netty4