You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Xilai Dai (JIRA)" <ji...@apache.org> on 2013/07/24 12:23:48 UTC

[jira] [Created] (CAMEL-6570) CLIENT_CREATED event can't be sent in the CXFEndpoint.createClientFactoryBean()

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