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.