Hi Manuel, Just FYI, I created https://issues.apache.org/jira/browse/CXF-8533 and fixed this issue there.
Your change in CXF is correct basically, I just revised to make it more specific. Thanks! Freeman On Fri, Apr 23, 2021 at 12:50 PM Freeman Fang <[email protected]> wrote: > Hi Manuel, > > Thanks for the heads up! I will take a close look to see where we should > address this problem. > > Cheers > Freeman > > On Fri, Apr 23, 2021 at 11:55 AM Shenavai, Manuel <[email protected]> > wrote: > >> Hi everyone, >> >> we are using the camel-cxf component in Apache Camel and reported the >> following problem to Camel: >> https://issues.apache.org/jira/browse/CAMEL-16532 However, this problem >> maybe need to be fix in CXF rather than in Camel, therefore I try to get >> some feedback from you. >> >> Camel is using org.apache.cxf.endpoint.ServerImpl to start/stop >> endpoints. We found that ServerImpl will unregister endpoints that were not >> registered by itself. The following example can be used to reproduce the >> problem: https://github.com/mash-sap/CAMEL-16532 >> >> A possible fix in CXF could look like this. However, there are probably >> better solutions to the problem. Can you please check this from your end >> and provide some feedback? >> >> https://github.com/mash-sap/cxf/commit/c35034fcd28b049708b65ac0eabc1de1850ee2d5 >> >> Thanks in advance & >> Best regards, >> Manuel >> >
