[ 
https://issues.apache.org/jira/browse/CAMEL-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang updated CAMEL-6570:
--------------------------------

    Issue Type: Improvement  (was: Bug)
    
> 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: Improvement
>          Components: camel-cxf
>    Affects Versions: 2.11.1
>            Reporter: Xilai Dai
>            Assignee: Willem Jiang
>             Fix For: 2.11.2, 2.12.0
>
>
> 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