Author: dkulp
Date: Mon Jan 3 22:04:31 2011
New Revision: 1054790
URL: http://svn.apache.org/viewvc?rev=1054790&view=rev
Log:
Merged revisions 1049245 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1049245 | dkulp | 2010-12-14 15:18:48 -0500 (Tue, 14 Dec 2010) | 1 line
Point to correct WSDL name
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/cxf.xml
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/cxf.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/cxf.xml?rev=1054790&r1=1054789&r2=1054790&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/cxf.xml
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/cxf.xml
Mon Jan 3 22:04:31 2011
@@ -36,7 +36,7 @@ http://cxf.apache.org/jaxws http://cxf.a
</jaxws:client>
<jaxws:endpoint name="{http://apache.org/hello_world_soap_http}SoapPort"
- wsdlLocation="wsdl/hello_world.wsdl"
+ wsdlLocation="wsdl/CustomerService.wsdl"
createdFromAPI="true">
<jaxws:properties>
<entry key="schema-validation-enabled" value="true" />
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1054790&r1=1054789&r2=1054790&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Mon Jan 3 22:04:31 2011
@@ -34,6 +34,7 @@
<cxf.release.base>${basedir}/../..</cxf.release.base>
</properties>
<build>
+ <defaultGoal>install</defaultGoal>
<resources>
<resource>
<directory>wsdl</directory>
@@ -144,7 +145,7 @@
<configuration>
<mainClass>com.example.customerservice.client.CustomerServiceClient</mainClass>
<arguments>
-
<argument>${basedir}/wsdl/hello_world.wsdl</argument>
+
<argument>${basedir}/wsdl/CustomerService.wsdl</argument>
</arguments>
</configuration>
</execution>