You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/07 16:01:12 UTC

svn commit: r822743 - in /tuscany/java/sca/itest/jms: format-jmsobject/src/main/resources/jmsobject/helloworld.composite format-jmsobject/src/main/resources/jmsobject/helloworld.wsdl pom.xml

Author: antelder
Date: Wed Oct  7 14:01:11 2009
New Revision: 822743

URL: http://svn.apache.org/viewvc?rev=822743&view=rev
Log:
Fix the jmsobject itest wsdl and add the itest to the build as it works now

Modified:
    tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.composite
    tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.wsdl
    tuscany/java/sca/itest/jms/pom.xml

Modified: tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.composite?rev=822743&r1=822742&r2=822743&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.composite Wed Oct  7 14:01:11 2009
@@ -21,7 +21,7 @@
 	targetNamespace="http://itest"
 	xmlns:hw="http://helloworld"
 	xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 
-    name="jmsobject">
+    name="helloworld">
 
     <component name="HelloWorldReferenceComponent">
         <implementation.java class="org.apache.tuscany.sca.binding.jms.format.jmsobject.helloworld.HelloWorldReferenceImpl" />

Modified: tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.wsdl
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.wsdl?rev=822743&r1=822742&r2=822743&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.wsdl (original)
+++ tuscany/java/sca/itest/jms/format-jmsobject/src/main/resources/jmsobject/helloworld.wsdl Wed Oct  7 14:01:11 2009
@@ -175,6 +175,9 @@
                     </xs:sequence>
                 </xs:complexType>
             </xs:element>
+
+            <xs:element name="CheckedException" type="xs:string" />
+
         </xs:schema>
     </wsdl:types>
     <wsdl:message name="getObjectGreetingResponse">
@@ -236,6 +239,9 @@
         <wsdl:part name="getArrayGreetingResponse" element="tns:getArrayGreetingResponse">
         </wsdl:part>
     </wsdl:message>
+    <wsdl:message name="CheckedException">
+        <wsdl:part element="tns:CheckedException" name="fault" />
+    </wsdl:message>
     <wsdl:portType name="HelloWorldService">
         <wsdl:operation name="getPersonGreetings">
             <wsdl:input message="tns:getPersonGreetings">
@@ -279,6 +285,13 @@
             <wsdl:output message="tns:getObjectArrayGreetingResponse">
             </wsdl:output>
         </wsdl:operation>
+        <wsdl:operation name="throwChecked">
+            <wsdl:input message="tns:getPersonGreetingsRequest" name="getPersonGreetingsRequest"/>
+            <wsdl:fault message="tns:CheckedException" name="CheckedException"/>
+        </wsdl:operation>        
+        <wsdl:operation name="throwUnChecked">
+            <wsdl:input message="tns:getPersonGreetingsRequest" name="getPersonGreetingsRequest"/>
+        </wsdl:operation>        
     </wsdl:portType>
     <wsdl:binding name="HelloWorldServiceBinding" type="tns:HelloWorldService">
         <SOAP:binding style="document"

Modified: tuscany/java/sca/itest/jms/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/pom.xml?rev=822743&r1=822742&r2=822743&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/pom.xml (original)
+++ tuscany/java/sca/itest/jms/pom.xml Wed Oct  7 14:01:11 2009
@@ -40,6 +40,7 @@
     <module>format-jmsbytesxml</module>
     <module>format-jmsdefault</module>
     <module>format-jmsmessage</module>
+    <module>format-jmsobject</module>
     <module>format-jmstext</module>
     <module>format-jmstextxml</module>
     <module>format-jmstextxmlinjmsobjectout</module>
@@ -60,8 +61,6 @@
 <!-- still to bring up in 2.x
     <module>callbacks</module>
     <module>definitions</module>
-
-    <module>format-jmsobject</module>
 -->
 
   </modules>