summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/validation/src/main/resources/bindingjms/UnexpectedElement/service.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-25 23:03:49 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-25 23:03:49 +0000
commitc36c817a5c93fad7dc9edb40c11dd499814433b8 (patch)
treeca5dc160434e07e64472fe5ebd94bdb7babb0a56 /branches/sca-java-1.x/itest/validation/src/main/resources/bindingjms/UnexpectedElement/service.composite
parent00ab19fdc4602f919b3737927f4dd35f8f1a3472 (diff)
Correct the type of message that CompositeProcessor reports for a CompositeReadException and correct a few tests to take account of this and another couple of exception funnies.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/itest/validation/src/main/resources/bindingjms/UnexpectedElement/service.composite2
1 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/validation/src/main/resources/bindingjms/UnexpectedElement/service.composite b/branches/sca-java-1.x/itest/validation/src/main/resources/bindingjms/UnexpectedElement/service.composite
index b74682e1bd..3077c328b6 100644
--- a/branches/sca-java-1.x/itest/validation/src/main/resources/bindingjms/UnexpectedElement/service.composite
+++ b/branches/sca-java-1.x/itest/validation/src/main/resources/bindingjms/UnexpectedElement/service.composite
@@ -18,6 +18,7 @@
* under the License.
-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ targetNamespace="http://test"
name="RPCComposite">
<component name="HelloWorldService">
@@ -31,6 +32,7 @@
<resourceAdapter name="resource">
<property name="resourceName" type="jms"/>
</resourceAdapter>
+ <UnexpectedElement/>
</binding.jms>
</service>
</component>