jaxws:endpoint's wsdllocation wrongfully(?) defaults to wsdl/hello_world.wsdl
-----------------------------------------------------------------------------

                 Key: CXF-1542
                 URL: https://issues.apache.org/jira/browse/CXF-1542
             Project: CXF
          Issue Type: Improvement
    Affects Versions: 2.0.5
         Environment: non-embedded Jetty servlet container 
            Reporter: Glen Mazza
            Priority: Minor


If the wsdlLocation as defined here[1] for the jaxws endpoint is not provided, 
it defaults to "wsdl\hello-world.wsdl".  That seems strange--I think it should 
default to NULL, with an error message indicating wsdllocation not given (if 
the location is required).

(Still unsure under what circumstances wsdllocation is required, I don't think 
I should need to specify it if it is in the WEB-INF/wsdl folder, but Jetty 
seems to require it even though Tomcat doesn't.)

    <jaxws:endpoint 
      id="myWS" 
      implementor="com.mycompany.myws.GlensWebService"
      address="/myAddress">
    </jaxws:endpoint>

[1] http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html

-- 
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