[teiid-issues] [JBoss JIRA] (TEIID-2413) Need admin api methods to return properties and template for a dataSource

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Wed Feb 27 15:53:56 EST 2013


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

Ramesh Reddy commented on TEIID-2413:
-------------------------------------

I can add

{code:JAVA}
/**
 * Given the deployed name of the data source, this will return all the configuration properties 
 * used to create the datasource. If sensitive information like passwords are masked, they will NOT
 * be decrypted. "driver-name" property on the returned properties defines the template name used 
 * to create this data source.
 */
Properties getDataSource(String deployedName) throws AdminException;
{code}
                
> Need admin api methods to return properties and template for a dataSource
> -------------------------------------------------------------------------
>
>                 Key: TEIID-2413
>                 URL: https://issues.jboss.org/browse/TEIID-2413
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: AdminApi
>    Affects Versions: 8.2
>            Reporter: Mark Drilling
>            Assignee: Ramesh Reddy
>             Fix For: 8.3
>
>
> For the designer import work, we need a way to get the properties for a DataSource via the adminApi.  Also the 'template' that was used to create it.

--
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