我有一个无法用骆驼修复的错误。当我停下来并删除使用cxf的骆驼路线时。我得到以下日志:
INFO o.a.c.s.SpringCamelContext - Route: TOTO-S is stopped, was
consuming from: direct://secondMouvement-TOTO
16:37:13.728 [http-nio-18203-exec-3] INFO o.a.c.s.SpringCamelContext -
Route: TOTO-S is shutdown and removed, was consuming from:
direct://secondMouvement-TOTO
16:37:13.729 [http-nio-18203-exec-3] INFO o.a.c.c.c.CxfEndpoint - shutdown
the bus ... org.apache.cxf.bus.spring.SpringBus@48f47737
问题是我的Web应用程序以及其他路由公开了cxf服务。停止后,我的web应用程序不再提供任何服务...
我目前在骆驼2.22和cxf 3.2.5中
我的路线TOTO只是在最后完成:
<to uri="cxf://{{TOTO-S.wss.url}}?serviceName={{{TOTO-S.wss.namespace}}}{{TOTO-S.wss.servicename}}&portName={{{TOTO-S.wss.namespace}}}{{TOTO-S.wss.portname}}&dataFormat=PAYLOAD" />
谢谢。