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

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

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

Willem Jiang reassigned CAMEL-6570:
-----------------------------------

    Assignee: Willem Jiang
    
> 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
>            Assignee: Willem Jiang
>
> 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