Cannot define component property with Component Type File
---------------------------------------------------------
Key: TUSCANY-2383
URL: https://issues.apache.org/jira/browse/TUSCANY-2383
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core Runtime
Affects Versions: Java-SCA-Next
Reporter: Kevin Williams
Lines 450-451 of the Assembly spec:
The componentType element can contain Service elements, Reference elements and
Property elements.
I defined a test that inspects an injected property value. In the initial
version I defined the property using the @Property annotation. I then tried
replacing the annotation with an entry in a Component Type File without success.
The test:
org.apache.tuscany.sca.vtest.assembly.ctypefile.CompomnentTypeFileTestCase.typeFile3
demonstrates this failure and is currently @Ignore(d)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.