uniqueness constraint for name of service within component type not enforced
----------------------------------------------------------------------------
Key: TUSCANY-3022
URL: https://issues.apache.org/jira/browse/TUSCANY-3022
Project: Tuscany
Issue Type: Bug
Components: Java SCA spec compliance
Affects Versions: Java-SCA-2.0
Reporter: Kelvin Goodson
OASIS SCA spec 1.1 conformance statement ASM40003 is shown to be violated in
ASM_4002_TestCase.
File src/main/resources/General/Test_ASM_4002.composite violates the constraint
that the @name attribute value of a <service/> element of a <componentType/>
is not the same as the @name attribute value of any other <service/> of the
<componentType/>
but we report ...
org.junit.ComparisonFailure: expected:<[exception]> but was:<[ASM_4002 request
service1 operation1 invoked]>
at org.junit.Assert.assertEquals(Assert.java:123)
at org.junit.Assert.assertEquals(Assert.java:145)
at client.BaseJAXWSTestCase.testDummy(BaseJAXWSTestCase.java:148)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.