[teiid-issues] [JBoss JIRA] (TEIID-2400) Expose all JDBC Datasource creation properties through Admin API

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


     [ https://issues.jboss.org/browse/TEIID-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-2400.
---------------------------------

        Labels: CR1  (was: )
    Resolution: Done


Exposed all the properties that AS7 reports back on CLI call

/subsystem=datasources/data-source=blah:read-resource-description

through "getTemplateProperties" call. Only excluded some properties that are used to supply custom classes to configure certain advanced functionality.

Also added "connection-properties" property to the list, when this property is supplied in the form

key1=value1,key2=value2

through "createDatasource" method, they will be supplied to jdbc driver in creation of the connection. This is a generic mechanism to provide any property to the jdbc connection that is driver specific. All other properties are defined by the AS7.
                
> Expose all JDBC Datasource creation properties through Admin API
> ----------------------------------------------------------------
>
>                 Key: TEIID-2400
>                 URL: https://issues.jboss.org/browse/TEIID-2400
>             Project: Teiid
>          Issue Type: Feature Request
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>              Labels: CR1
>             Fix For: 8.3
>
>
> Currently only certain predefined properties for the JDBC data source are exposed through Admin API. Thus if user is creating a datasource through Designer they do not have access to all the properties.

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