Java 驼峰cxf停止路线关闭总线

Java 驼峰cxf停止路线关闭总线,java,apache-camel,camel-cxf,Java,Apache Camel,Camel Cxf,我有一个错误,我不能用骆驼来纠正。当我停止并删除使用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 sh

我有一个错误,我不能用骆驼来纠正。当我停止并删除使用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
问题是,我的webapp和其他路由都公开了cxf服务。在这一站之后,我的webapp不再公开任何服务

我目前在骆驼2.22和cxf 3.2.5中

我的TOTO路线在最后就是这样:

<to uri="cxf://{{TOTO-S.wss.url}}?serviceName={{{TOTO-S.wss.namespace}}}{{TOTO-S.wss.servicename}}&amp;portName={{{TOTO-S.wss.namespace}}}{{TOTO-S.wss.portname}}&amp;dataFormat=PAYLOAD" />


提前谢谢。

我试图重提这个话题,没人知道?我规定,理想情况下,我不应触摸“to uri”,我必须在拆除道路期间找到一种方法,使公共汽车不停下来