Calculator webapp composite file and sca contribution metadata file are missing 
targetNamespace attribute
---------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-1330
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1330
             Project: Tuscany
          Issue Type: Bug
    Affects Versions: Java-SCA-0.90
            Reporter: Luciano Resende
            Assignee: Luciano Resende
             Fix For: Java-SCA-Next


Bug found by Raymond during review of RC
http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg18194.html

composite element is missing required targetNamespace attribute, for example, 
the Calculator.composite has the following:

<composite xmlns=http://www.osoa.org/xmlns/sca/1.0 name="Calculator">
   ...
</composite>

By the SCA spec, the composite should have the targetNamespace attr: <attribute 
name="targetNamespace" type="anyURI" use="required"/>

A similar issue applies to sca-contribution.xml: <deployable 
composite="xs:QName"/>. We need to reference the composite by QName.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to