我在karaf ok上构建和安装了下面的camel context,至少没有错误。
Receives Current Grade from Camu The request raw from bpms {{api.key}} 问题是
is waiting for dependencies [(&(component=netty4-http)(objectClass=org.apache.camel.spi.ComponentResolver))]我已经安装了camel-http特性和camel-nett4特性,但没有任何影响。对于nett4依赖项,pom没有问题。
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4-http</artifactId>
<version>2.21.0.fuse-730078-redhat-00001</version>
</dependency>我下一步该怎么做?
发布于 2021-05-16 16:01:35
正在等待依赖-意味着您的应用程序正在apache karaf等待服务。在这种情况下,netty4-http必须
https://stackoverflow.com/questions/67480869
复制相似问题