You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2007/04/29 08:53:33 UTC

svn commit: r533474 - /incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_xml_http/bare/GreeterImpl.java

Author: ffang
Date: Sat Apr 28 23:53:32 2007
New Revision: 533474

URL: http://svn.apache.org/viewvc?view=rev&rev=533474
Log:
[CXF-560] remove wsdlLocation from impl class of xml bare system test - ensure runtime is correct when input argument is empty when using build service model from class (keep system test is same as xml bare sample)
 

Modified:
    incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_xml_http/bare/GreeterImpl.java

Modified: incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_xml_http/bare/GreeterImpl.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_xml_http/bare/GreeterImpl.java?view=diff&rev=533474&r1=533473&r2=533474
==============================================================================
--- incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_xml_http/bare/GreeterImpl.java (original)
+++ incubator/cxf/trunk/testutils/src/main/java/org/apache/hello_world_xml_http/bare/GreeterImpl.java Sat Apr 28 23:53:32 2007
@@ -24,8 +24,7 @@
 @javax.jws.WebService(serviceName = "XMLService", 
                 portName = "XMLPort",
                 endpointInterface = "org.apache.hello_world_xml_http.bare.Greeter",
-                targetNamespace = "http://apache.org/hello_world_xml_http/bare",
-                wsdlLocation = "testutils/hello_world_xml_bare.wsdl")
+                targetNamespace = "http://apache.org/hello_world_xml_http/bare")
 
 @javax.xml.ws.BindingType(value = "http://cxf.apache.org/bindings/xformat")