Community
Participate
Working Groups
Per the documentation of the org.eclipse.datatools.connectivity.oda.design model schema, a nested data set (of the data set parameters w/ DynamicValuesQuery) may either have a null data source, or contain a data source design instance. "The instance of dataSourceDesign that supports this type of data set. Could be null, if nested within another dataSetDesign, to share the container's dataSourceDesign." The related EMF model implementation however has set the DataSourceDesign attribute as required, and would trigger a validation error when running a diagnostic on a DataSetDesign EObject.
Revised the oda.design EMF model and diagnostic logic to allow a null DataSourceDesign referenced by a DataSetDesign that is set in a DynamicValuesQuery type object. Tagged 1.9 branch with v201103090701.