Author: jsdelfino
Date: Tue May 9 21:32:49 2006
New Revision: 405634
URL: http://svn.apache.org/viewcvs?rev=405634&view=rev
Log:
import.wsdl and import.sdo do not require a namespace to be specified
Modified:
incubator/tuscany/java/sca/samples/customerinfo/src/main/resources/sca.module
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
incubator/tuscany/java/sca/samples/helloworldwsclient/src/main/resources/sca.module
Modified:
incubator/tuscany/java/sca/samples/customerinfo/src/main/resources/sca.module
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/customerinfo/src/main/resources/sca.module?rev=405634&r1=405633&r2=405634&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/customerinfo/src/main/resources/sca.module
(original)
+++
incubator/tuscany/java/sca/samples/customerinfo/src/main/resources/sca.module
Tue May 9 21:32:49 2006
@@ -18,8 +18,8 @@
<module xmlns="http://www.osoa.org/xmlns/sca/0.9"
xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"
name="customerinfo">
- <import.sdo wsdlLocation="wsdl/customer.xsd"/>
- <import.wsdl namespace="http://customerinfo"
location="wsdl/customerinfo.wsdl"/>
+ <import.sdo schemaLocation="wsdl/customer.xsd"/>
+ <import.wsdl wsdlLocation="wsdl/customerinfo.wsdl"/>
<component name="CustomerInfoServiceComponent">
<implementation.java class="customerinfo.CustomerInfoServiceImpl"/>
Modified:
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module?rev=405634&r1=405633&r2=405634&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
(original)
+++
incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
Tue May 9 21:32:49 2006
@@ -19,7 +19,7 @@
name="helloworld">
<import.sdo wsdlLocation="wsdl/helloworld.wsdl"/>
- <import.wsdl location="wsdl/helloworld.wsdl"
namespace="http://helloworld"/>
+ <import.wsdl wsdlLocation="wsdl/helloworld.wsdl"/>
<entryPoint name="HelloWorldWebService">
<interface.wsdl interface="http://helloworld#HelloWorld"/>
Modified:
incubator/tuscany/java/sca/samples/helloworldwsclient/src/main/resources/sca.module
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldwsclient/src/main/resources/sca.module?rev=405634&r1=405633&r2=405634&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/helloworldwsclient/src/main/resources/sca.module
(original)
+++
incubator/tuscany/java/sca/samples/helloworldwsclient/src/main/resources/sca.module
Tue May 9 21:32:49 2006
@@ -18,7 +18,7 @@
name="sampleHelloworld">
<import.sdo wsdlLocation="wsdl/helloworld.wsdl"/>
- <import.wsdl location="wsdl/helloworld.wsdl"
namespace="http://helloworld"/>
+ <import.wsdl wsdlLocation="wsdl/helloworld.wsdl"/>
<externalService name="HelloWorldService">
<interface.java interface="helloworld.HelloWorldService"/>