POJO_10008 refers to a invalid composite file
---------------------------------------------
Key: TUSCANY-3373
URL: https://issues.apache.org/jira/browse/TUSCANY-3373
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Affects Versions: Java-SCA-2.0
Reporter: Ramkumar Ramalingam
Fix For: Java-SCA-2.0
In Test_POJO_10008.composite, the TEST_POJO_10008Component2 uses
test2:TestComposite1 as its implementation.
Whereas only test2:TestComposite11 exist in POJO_ContributionE.
So the Test_POJO_10008.composite needs a change in the name of the composite
file used under TEST_POJO_10008Component2.
The TEST_POJO_10008Component2 should use "test2:TestComposite11" instead of
"test2:TestComposite1".
Index: Test_POJO_10008.composite
===================================================================
--- Test_POJO_10008.composite (revision 113)
+++ Test_POJO_10008.composite (working copy)
@@ -59,7 +59,7 @@
<!-- Component which is implemented by a composite that is imported from a
seconds contribution -->
<component name="TEST_POJO_10008Component2">
- <implementation.composite name="test2:TestComposite1"/>
+ <implementation.composite name="test2:TestComposite11"/>
<service name="ServiceComplex1">
<interface.java
interface="org.oasisopen.sca.test.y.ServiceComplex1"/>
</service>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.