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/06 11:18:56 UTC

svn commit: r822173 - in /tuscany/java/sca/itest/jms: definitions/src/main/resources/definitions/ format/src/main/resources/jmsbytes/ format/src/main/resources/jmsbytesxml/ format/src/main/resources/jmsdefault/ format/src/main/resources/jmsmessage/ for...

Author: antelder
Date: Tue Oct  6 09:18:51 2009
New Revision: 822173

URL: http://svn.apache.org/viewvc?rev=822173&view=rev
Log:
Update all the JMS itests to use the 2.x tuscany namespace

Modified:
    tuscany/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite
    tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite
    tuscany/java/sca/itest/jms/noreplyto/src/main/resources/service.composite
    tuscany/java/sca/itest/jms/nulls/src/main/resources/nulls.composite
    tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite
    tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite

Modified: tuscany/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite (original)
+++ tuscany/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite Tue Oct  6 09:18:51 2009
@@ -18,7 +18,8 @@
  * under the License.    
  -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
-           targetNamespace="http://jms"
+           xmlns:itest="http://itest"
+           targetNamespace="http://itest"
            name="DefinitionsTests">
 
     <component name="OneWayClient">

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
 	targetNamespace="http://helloworld"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" 
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 
 	xmlns:hw="http://helloworld"
     name="helloworld">
 

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
 	targetNamespace="http://helloworld"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" 
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 
 	xmlns:hw="http://helloworld"
     name="helloworld">
 

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
     targetNamespace="http://helloworld"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
     xmlns:hw="http://helloworld"
     name="helloworld">
 

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -20,7 +20,7 @@
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
 	targetNamespace="http://helloworld"
 	xmlns:hw="http://helloworld"
-	xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+	xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
     name="helloworld">
 
     <component name="HelloWorldReferenceComponent">

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -20,7 +20,7 @@
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
 	targetNamespace="http://helloworld"
 	xmlns:hw="http://helloworld"
-	xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" 
+	xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 
     name="jmsobject">
 
     <component name="HelloWorldReferenceComponent">

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
 	targetNamespace="http://helloworld"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" 
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 
 	xmlns:hw="http://helloworld"
     name="helloworld">
 

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
     targetNamespace="http://helloworld"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
     xmlns:hw="http://helloworld"
     name="helloworld">
 

Modified: tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
     targetNamespace="http://helloworld"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
     xmlns:hw="http://helloworld"
     name="helloworld">
 

Modified: tuscany/java/sca/itest/jms/noreplyto/src/main/resources/service.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/noreplyto/src/main/resources/service.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/noreplyto/src/main/resources/service.composite (original)
+++ tuscany/java/sca/itest/jms/noreplyto/src/main/resources/service.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
  -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
            targetNamespace="http://itest"
-           xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" 
+           xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 
            name="SimpleServiceComposite">
 
     <component name="HelloWorldService">

Modified: tuscany/java/sca/itest/jms/nulls/src/main/resources/nulls.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/nulls/src/main/resources/nulls.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/nulls/src/main/resources/nulls.composite (original)
+++ tuscany/java/sca/itest/jms/nulls/src/main/resources/nulls.composite Tue Oct  6 09:18:51 2009
@@ -18,7 +18,7 @@
  * under the License.    
  -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
-           xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" 
+           xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 
            targetNamespace="http://itest"
            name="Nulls">
 

Modified: tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
     targetNamespace="http://itest"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
     xmlns:hw="http://helloworld"
     name="helloworld">
 

Modified: tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite?rev=822173&r1=822172&r2=822173&view=diff
==============================================================================
--- tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite (original)
+++ tuscany/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite Tue Oct  6 09:18:51 2009
@@ -19,7 +19,7 @@
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
     targetNamespace="http://itest"
-    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
     xmlns:hw="http://helloworld"
     name="helloworldUP">