[ 
https://issues.apache.org/jira/browse/CXF-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554059
 ] 

Eugene Gavrilov commented on CXF-507:
-------------------------------------

I'm facing the same issue with 2.0.3. 
As the sample is mentioned in documentation so it's very strange to see this 
defect opened for 9 months. 
It's the first issue I found right after start with CXF. What are the suggested 
workarounds?

> Spring Config of portName and serviceName does not work
> -------------------------------------------------------
>
>                 Key: CXF-507
>                 URL: https://issues.apache.org/jira/browse/CXF-507
>             Project: CXF
>          Issue Type: Bug
>          Components: Configuration, JAX-WS Runtime
>    Affects Versions: 2.0-RC
>         Environment: Using 2.0-RC SNAPSHOT
>            Reporter: Chris Moesel
>            Assignee: Dan Diephouse
>
> The documentation at the following page indicates that a portName and 
> serviceName can be specified as attributes in <jaxws:endpoint> in the spring 
> config file:
> http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html
> There are two issues:
> 1)  If the portName and serviceName are specified as recommended in the 
> documentation, Spring does not properly parse the config file, due to the 
> following exception:
> org.xml.sax.SAXParseException: cvc-datatype-valid.1.2.1: 
> '{http://mycompany.com/products/webservice}MyServicePort' is not a valid 
> value for 'QName'.
> I was able to get it to parse by adding the following to the root beans 
> element:
> xmlns:mws="http://mycompany.com/products/webservice";
> And then specifying the portName like so: "mws:MyServicePort"
> 2)  Once you've gotten past #1 above,  you get the following error:
> org.springframework.beans.NotWritablePropertyException: Invalid property 
> 'portName' of bean class [org.apache.cxf.jaxws.spring.EndpointFactoryBean]: 
> Bean property 'portName' is not writable or has an invalid setter method. 
> Does the parameter type of the setter match the return type of the getter?
> Looking at the source code, it appears there are no setters for portName or 
> serviceName:
> http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spring/EndpointFactoryBean.java?view=markup

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

Reply via email to