| Summary: | Expose visibility of an overriding oda.consumer.driverBridge extension in an ODA design session | ||
|---|---|---|---|
| Product: | [Tools] Data Tools | Reporter: | Linda Chan <lchan> |
| Component: | Open Data Access | Assignee: | Linda Chan <lchan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 1.8.2 | ||
| Target Milestone: | 1.9 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Linda Chan
Delivered enhancement. Latest version is tagged with v201105200848.
See Javadoc comments on related new API methods in:
* org.eclipse.datatools.connectivity.oda.consumer.helper.DriverExtensionHelper
public static String getEffectiveDataSourceId( String odaDataSourceId )
throws OdaException
* org.eclipse.datatools.connectivity.oda.design.DataSourceDesign
public void setOdaExtensionId( String newOdaExtensionId )
public String getEffectiveOdaExtensionId()
Also added corresponding support in the ODA design session utility to recognize an oda.consumer.propertyProvider extension that may be overridden by a oda.consumer.driverBridge extension.
(Tagged with v201105240457.)
* org.eclipse.datatools.connectivity.oda.design.ui.designsession.DesignSessionUtil
public static java.util.Properties getEffectiveDataSourceProperties(
DataSourceDesign dataSourceDesign )
throws OdaException
|