You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "willem Jiang (JIRA)" <ji...@apache.org> on 2007/10/11 11:09:50 UTC

[jira] Created: (CXF-1108) CXF AbstractEndpointFactory 's setServiceName and setEndpointName do not take effect

CXF AbstractEndpointFactory 's setServiceName and setEndpointName do not take effect
------------------------------------------------------------------------------------

                 Key: CXF-1108
                 URL: https://issues.apache.org/jira/browse/CXF-1108
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0
            Reporter: willem Jiang
            Assignee: willem Jiang
             Fix For: 2.0.3


AbstractEndpointFactory 's setServiceName and setEndpointName will not take effect in it createEndpoint() method. 
If we want to set  the service name and endpoint name to the ServerFactoryBean which implement, 
we can walk around it by setting the service name and endpoint name to the ServerFactoryBean's ServiceFactoryBean member. 
Because we always use ServerFactoryBean and JaxWsServerFactoryBean as Endpoint publish API , 
we need to get the setServiceName and setEndpointName work in the *ServiceFactoryBean.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1108) CXF AbstractEndpointFactory 's setServiceName and setEndpointName do not take effect

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang resolved CXF-1108.
-------------------------------

    Resolution: Fixed

This issue has been fixed.

> CXF AbstractEndpointFactory 's setServiceName and setEndpointName do not take effect
> ------------------------------------------------------------------------------------
>
>                 Key: CXF-1108
>                 URL: https://issues.apache.org/jira/browse/CXF-1108
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0
>            Reporter: willem Jiang
>            Assignee: willem Jiang
>             Fix For: 2.0.3
>
>
> AbstractEndpointFactory 's setServiceName and setEndpointName will not take effect in it createEndpoint() method. 
> If we want to set  the service name and endpoint name to the ServerFactoryBean which implement, 
> we can walk around it by setting the service name and endpoint name to the ServerFactoryBean's ServiceFactoryBean member. 
> Because we always use ServerFactoryBean and JaxWsServerFactoryBean as Endpoint publish API , 
> we need to get the setServiceName and setEndpointName work in the *ServiceFactoryBean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.