[
https://issues.jboss.org/browse/TEIID-2687?page=com.atlassian.jira.plugin...
]
Barry LaFond edited comment on TEIID-2687 at 10/4/13 4:04 PM:
--------------------------------------------------------------
1) Our translator override properties that you say are for resource-adapters, are being
returned on the following call:
*Admin.getTemplatePropertyDefinitions(translator.getName())*
... so we assumed that this method is actually returning property definitions for the
Translator with the given name.
Lastly, the Teiid/product documentation defines a CDK (aka Connector) which defines the
concept of a Connector which includes both a Translator and a Resource Adapter definition.
(See Figure 1.1. JBoss Data Virtualization Architectural Overview)
was (Author: blafond):
1) Our translator override properties that you say are for resource-adapters, are
being returned on the following call:
*Admin.getTemplatePropertyDefinitions(translator.getName())*
... so we assumed that this method is actually returning property definitions for the
Translator with the given name.
Expose Translator override property definitions through Admin API
-----------------------------------------------------------------
Key: TEIID-2687
URL:
https://issues.jboss.org/browse/TEIID-2687
Project: Teiid
Issue Type: Enhancement
Components: AdminApi
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Currently in the admin api
{code}
public Collection<PropertyDefinition> getTemplatePropertyDefinitions(String
templateName) throws AdminException;
{code}
only works with resource-adapters and data sources in terms of returning the properties
that can be configured on them.
This request is to extend the functionality to return the "overridable"
properties for "translators", such as
{code}
public Collection<PropertyDefinition> getTemplatePropertyDefinitions(String
templateName, boolean isTranslator) throws AdminException;
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira