[teiid-issues] [JBoss JIRA] (TEIID-2687) Expose Translator override property definitions through Admin API

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Fri Oct 4 21:50:02 EDT 2013


    [ https://issues.jboss.org/browse/TEIID-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12809603#comment-12809603 ] 

Ramesh Reddy commented on TEIID-2687:
-------------------------------------

Some of the translator names are same as the resource-adapter names so that may have worked. 

What I mean we need to generally get away from connector semantics, Teiid still have many references to connectors
                
> 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


More information about the teiid-issues mailing list