Tuscany does not detect an error where a <property/> element defines its type
with both @type and @element atributes
--------------------------------------------------------------------------------------------------------------------
Key: TUSCANY-3023
URL: https://issues.apache.org/jira/browse/TUSCANY-3023
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-2.0
Reporter: Mike Edwards
Assignee: Mike Edwards
Priority: Minor
Fix For: Java-SCA-2.0
The OASIS SCA Assembly spec states that a <property/> element MUST NOT declare
its type using both a @type and a @element attribute, such as:
<property name="propertyName" element="sca:callback" type="sca:Callback"/>
Currently, SCA fails even to notice that a property element is declared in this
way.
This is detected by the OASIS SCA Assembly testcase:
ASM_4007_TestCase
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.