Author: slaws
Date: Mon Oct  5 15:22:07 2009
New Revision: 821837

URL: http://svn.apache.org/viewvc?rev=821837&view=rev
Log:
Go back over old group to include context in expected messages

Modified:
    
tuscany/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties

Modified: 
tuscany/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties?rev=821837&r1=821836&r2=821837&view=diff
==============================================================================
--- 
tuscany/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 (original)
+++ 
tuscany/java/sca/otest/newlayout/tuscany-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties
 Mon Oct  5 15:22:07 2009
@@ -15,12 +15,16 @@
 # specific language governing permissions and limitations
 # under the License. 
 
-ASM_4002=org.oasisopen.sca.ServiceRuntimeException: [] - Duplicate service 
name: Component = TestComponent1 Service = Service1
-ASM_4003=org.oasisopen.sca.ServiceRuntimeException: [] - Duplicate reference 
name: Component = TestComponent1 Reference = Reference1
-ASM_4004=org.oasisopen.sca.ServiceRuntimeException: [] - Duplicate property 
name: Component = TestComponent1 Property = propertyName
+ASM_4002=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- Duplicate service name: Component = TestComponent1 Service = Service1
+ASM_4003=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- Duplicate reference name: Component = TestComponent1 Reference = Reference1
+ASM_4004=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- Duplicate property name: Component = TestComponent1 Property = propertyName
 
ASM_4007=org.apache.tuscany.sca.contribution.processor.ContributionReadException:
 Error: property has both @type and @element attribute values - propertyName
-ASM_4008=org.oasisopen.sca.ServiceRuntimeException: [] - [ASM_4008] No value 
configured on a mustSupply property: Component = TestComponent1 Property = 
propertyName
-ASM_5008=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
http://tuscany.apache.org/xmlns/sca/1.1] - Reference not found for component 
reference: Component = TestComponent1 Reference = InvalidName
+ASM_4008=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- [ASM_4008] No value configured on a mustSupply property: Component = 
TestComponent1 Property = propertyName
+ASM_5004=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestClient] - 
Too many targets on reference: reference1
+ASM_5005=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- Duplicate service name: Component = TestComponent1 Service = Service1
+ASM_5006=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- Component type service not found for component service (missing @Remotable 
annotation?): Component = TestComponent1 Service = InvalidName
+ASM_5007=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- Duplicate reference name: Component = TestComponent1 Reference = Reference1
+ASM_5008=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
{http://docs.oasis-open.org/ns/opencsa/sca/200903}, Component: TestComponent1] 
- Component type reference not found for component reference: Component = 
TestComponent1 Reference = InvalidName
 ASM_5010=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
http://tuscany.apache.org/xmlns/sca/1.1] - Component service interface 
incompatible with implementation service interface: Component = TestComponent1 
Service = Service1
 ASM_5014=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
http://tuscany.apache.org/xmlns/sca/1.1] - Component reference multiplicity 
incompatible with reference multiplicity: Component = TestComponent1 Reference 
= Reference1
 ASM_5028=org.oasisopen.sca.ServiceRuntimeException: [Composite: 
http://tuscany.apache.org/xmlns/sca/1.1] - Property not found for component 
property: Component = TestComponent1 Property = randomName


Reply via email to