[
https://issues.apache.org/jira/browse/TUSCANY-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717717#action_12717717
]
Sean Zhou commented on TUSCANY-3078:
------------------------------------
I just found adding substitutionGroup would cause UPA exception during our
schema validation in Eclipse. I have to keep the original schemas (without
substitutionGroup) for schema validation and use a temporary version of these
schemas (with substitutionGroup) for EMF models generation.
> 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.