diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-02-06 12:06:05 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-02-06 12:06:05 +0000 |
commit | 3a7e18f2d073a30334ab59c654e9e716c2b123ac (patch) | |
tree | 429861cef881061c0a824fa4f57d3a5172995b19 /sca-java-2.x/trunk | |
parent | 2ef87f470a3d52e4f0362af9b6f0c5bd79dcc415 (diff) |
Update for expected err msgs with the new extra exception information
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1240995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties index c80c47f043..a743483ddb 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties +++ b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties @@ -43,7 +43,7 @@ BJM_3036=org.oasisopen.sca.ServiceRuntimeException: [Contribution: BJM_3036, Art BJM_3037A=org.oasisopen.sca.ServiceRuntimeException: [Contribution: BJM_3037A, Artifact: Test_BJM_3037A.composite] - A JNDI name must be specified when an ActivationSpec has a create mode of "always" BJM_3037C=org.oasisopen.sca.ServiceRuntimeException: [Contribution: BJM_3037C, Artifact: Test_BJM_3037C.composite] - Missing ConnectionFactory Name BJM_3037D=org.apache.tuscany.sca.binding.jms.JMSBindingException: JMS Destination Service1 already exists but has create mode of "always" while registering service Service1 listener -BJM_4004=Message = java.io.IOException: org.xml.sax.SAXParseException***Content is not allowed in prolog -BJM_4011=Message = Cannot determine service operation -BJM_6016=Message = No destination specified for reference Service4 +BJM_4004=Message = org.apache.tuscany.sca.binding.jms.JMSBindingException: java.io.IOException: org.xml.sax.SAXParseException***Content is not allowed in prolog +BJM_4011=Message = org.apache.tuscany.sca.binding.jms.JMSBindingException: Cannot determine service operation +BJM_6016=Message = org.apache.tuscany.sca.binding.jms.JMSBindingException: No destination specified for reference Service4 |