Xilai Dai created CAMEL-6570:
--------------------------------

             Summary: CLIENT_CREATED event can't be sent in the 
CXFEndpoint.createClientFactoryBean()
                 Key: CAMEL-6570
                 URL: https://issues.apache.org/jira/browse/CAMEL-6570
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.11.1
            Reporter: Xilai Dai


the method of createClient(Endpoint ep) has been overrided:

            protected Client createClient(Endpoint ep) {
                return new CamelCxfClientImpl(getBus(), ep);
            }

but the code for sentEvent is missing: 
    
this.getServiceFactory().sendEvent(FactoryBeanListener.Event.CLIENT_CREATED, 
client, ep);

this will result the custom FactoryBeanListener class can't capture 
CLIENT_CREATED event anymore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to