[
https://issues.jboss.org/browse/TEIID-2687?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-2687:
-------------------------------------
1) Why would the Translator object return property definitions for a
ResourceAdapter?
Where do we say that? it does *not* return properties for
resource-adapter.
If Connector == Translator + Resource Adapter,
Connector is a
legacy term, we still have. If you want to compare to MM days above is true
I would thought they'd be managed separately and NOT available via
the Translator?
they are
2) Does the current Translator.getProperties() method return ALL possible properties for a
Translator? or just the overridden properties?
All, but these are default instance properties.
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