When redefining sdoModel.xsd in XSDHelperImpl, special ChangeSummaryType must
be preloaded
------------------------------------------------------------------------------------------
Key: TUSCANY-1002
URL: http://issues.apache.org/jira/browse/TUSCANY-1002
Project: Tuscany
Issue Type: Bug
Components: Java SDO Implementation
Reporter: Frank Budinsky
Priority: Minor
Currently there is a temporary hack in datagraph.xsd (in sdo-api project) to
allow us to regenerate sdoModel.xsd with the proper ChangeSummaryType behavior.
We need to:
1. Remove the temporary hack in datagraph.xsd which is redefining
ChangeSummaryType to be a simple type - i.e., put it back to the way it was
defined in the spec.
2. Add code in XSDHelperImpl ctor to preload the special ChangeSummaryType
(which is defined in impl/src/main/resources/xml/sdoModelChangeSummary.xsd)
when redefineBuiltIn.equals(ModelFactoryImpl,NAMESPACE_URI).
With these changes, we will be working as the spec says: The definition of
ChangeSummaryType is a complex type in XML (datagraph.xsd), but is treated as a
simple data type at the model level.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]