diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-11 08:26:48 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-11 08:26:48 +0000 |
commit | 1876c96e45185ec0b48d7b19b30fe29d903f5c37 (patch) | |
tree | d2f85581f7358043eded86f828ce6cdf2266b442 /sca-java-2.x/trunk/itest/bpel | |
parent | 0f4450efb862e469b071e75f4d9c85ee0f83bc6e (diff) |
TUSCANY-3388 - Updating to the latests OASIS schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/bpel')
4 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite b/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite index faa10b90ca..d3cfb80547 100644 --- a/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite +++ b/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/greetings/greetings.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" targetNamespace="http://greetings" xmlns:hw="http://greetings" name="greetings"> diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite b/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite index 590f05ee84..ef66d28bb9 100644 --- a/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite +++ b/sca-java-2.x/trunk/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" targetNamespace="http://bpel" xmlns:hns="http://helloworld" name="helloworld"> diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite b/sca-java-2.x/trunk/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite index f42325910d..e606e6dd52 100644 --- a/sca-java-2.x/trunk/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite +++ b/sca-java-2.x/trunk/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" targetNamespace="http://bpel" xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld" name="helloworld"> diff --git a/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite b/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite index 832c8f3702..96ec8b24b7 100644 --- a/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite +++ b/sca-java-2.x/trunk/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" targetNamespace="http://bpel" xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld" name="helloworld"> |