substitutionGroup is missing in ATOM binding, HTTP binding, and Widget impl
---------------------------------------------------------------------------

                 Key: TUSCANY-3078
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3078
             Project: Tuscany
          Issue Type: Bug
            Reporter: Sean Zhou


binding.atom: change line 27 from 
   <element name="binding.atom" type="t:AtomBinding" />
to
   <element name="binding.atom" substitutionGroup="sca:binding" 
type="t:AtomBinding" />

binding.http: change line 28 from
    <element name="binding.http" type="t:HTTPBinding"/>
to
    <element name="binding.http" substitutionGroup="sca:binding" 
type="t:HTTPBinding"/>

implementation.widget: change line 28 from
    <element name="implementation.widget" type="t:WidgetImplementation"/>
to
    <element name="implementation.widget" 
substitutionGroup="sca:implementation" type="t:WidgetImplementation"/>


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

Reply via email to