Author: rineholt
Date: Tue Feb 20 16:35:47 2007
New Revision: 509836
URL: http://svn.apache.org/viewvc?view=rev&rev=509836
Log:
exception cross ws
Added:
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/
- copied from r509771,
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingTest/
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/pom.xml
- copied, changed from r509797,
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingTest/pom.xml
Modified:
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/src/main/resources/META-INF/sca/intracomposite.scdl
Copied:
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/pom.xml
(from r509797,
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingTest/pom.xml)
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/pom.xml?view=diff&rev=509836&p1=incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingTest/pom.xml&r1=509797&p2=incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/pom.xml&r2=509836
==============================================================================
---
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingTest/pom.xml
(original)
+++
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/pom.xml
Tue Feb 20 16:35:47 2007
@@ -25,9 +25,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>iTest-exceptionXbinding</artifactId>
+ <artifactId>iTest-exceptionXbindingWS</artifactId>
<packaging>jar</packaging>
- <name>Test Suite Exception Handling cross bindings</name>
+ <name>Test Suite Exception Handling cross bindings WS</name>
<!-- JAX-WS temporary only until java.net maven2 repo is ready-->
<repositories>
<repository>
@@ -43,6 +43,33 @@
<artifactId>databinding-sdo</artifactId>
<version>${scaKernelVersion}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca.services.idl</groupId>
+ <artifactId>tuscany-wsdl</artifactId>
+ <version>${scaKernelVersion}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca.extensions.axis2</groupId>
+ <artifactId>tuscany-axis2</artifactId>
+ <scope>runtime</scope>
+ <version>${scaKernelVersion}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca.services</groupId>
+ <artifactId>tuscany-http-jetty</artifactId>
+ <scope>runtime</scope>
+ <version>${scaKernelVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-test</artifactId>
+ <version>${scaKernelVersion}</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca.services.databinding</groupId>
<artifactId>databinding-jaxb</artifactId>
Modified:
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/src/main/resources/META-INF/sca/intracomposite.scdl
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/src/main/resources/META-INF/sca/intracomposite.scdl?view=diff&rev=509836&r1=509771&r2=509836
==============================================================================
---
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/src/main/resources/META-INF/sca/intracomposite.scdl
(original)
+++
incubator/tuscany/branches/sca-java-integration/testing/sca/itest/exceptionXbindingWSTest/src/main/resources/META-INF/sca/intracomposite.scdl
Tue Feb 20 16:35:47 2007
@@ -17,18 +17,27 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:foo="http://foo"
- xmlns:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0"
name="intracomposite">
-
- <dbsdo:import.sdo
factory="stockexceptiontestservice.scatesttool.ScatesttoolFactory" />
-
- <component name="stockTraderSDOComponent">
- <implementation.java
class="org.apache.tuscany.sca.test.exceptions.impl.StockTraderSDOImpl" />
- <reference name="exchangeJaxb">exchangeJaxbComponent</reference>
- </component>
-
- <component name="exchangeJaxbComponent">
- <implementation.java
class="org.apache.tuscany.sca.test.exceptions.impl.StockExchangeJaxB" />
- </component>
-
+<composite name="intracomposite" xmlns="http://www.osoa.org/xmlns/sca/1.0"
xmlns:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0"
xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance">
+ <dbsdo:import.sdo
factory="stockexceptiontestservice.scatesttool.ScatesttoolFactory"/>
+
+ <service name="exchangeJaxbService">
+ <interface.java class="helloworld.HelloWorldService"/>
+ <binding.ws
endpoint="http://scatesttool.stockexceptiontestservice#wsdl.endpoint(StockExceptionTestService/StockExceptionTestServiceSoapPort)"
location="wsdl/StockExceptionTest.wsdl"/>
+ <reference>exchangeJaxbComponent</reference>
+ </service>
+
+ <component name="exchangeJaxbComponent">
+ <implementation.java
class="org.apache.tuscany.sca.test.exceptions.impl.StockExchangeJaxB"/>
+ </component>
+
+ <component name="stockTraderSDOComponent">
+ <implementation.java
class="org.apache.tuscany.sca.test.exceptions.impl.StockTraderSDOImpl"/>
+ <reference
name="stockTraderSDOReference">exchangeJaxbComponent</reference>
+ </component>
+
+ <reference name="stockTraderSDOReference">
+ <interface.java
class="org.apache.tuscany.sca.test.exceptions.impl.StockTraderSDO"/>
+ <binding.ws
endpoint="http://scatesttool.stockexceptiontestservice#wsdl.endpoint(StockExceptionTestService/StockExceptionTestServiceSoapPort)"
location="wsdl/StockExceptionTest.wsdl)"/>
+ location="wsdl/StockExceptionTest.wsdl" />
+ </reference>
</composite>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]