[
https://issues.apache.org/jira/browse/TUSCANY-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Zhou closed TUSCANY-3078.
------------------------------
closing this issue as adding substitutionGroup to these schemas is not a
desired solution.
> 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
> Components: Java SCA ATOM Binding Extension, Java SCA HTTP Binding,
> Java SCA Widget
> Affects Versions: Java-SCA-Next
> Reporter: Sean Zhou
> Assignee: Luciano Resende
> Fix For: Java-SCA-Next
>
>
> 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.