[teiid-issues] [JBoss JIRA] Resolved: (TEIID-429) Use DataSources in creating the ConnectorBindings instead of creating one using the Driver

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Thu Apr 1 14:55:37 EDT 2010


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

Ramesh Reddy resolved TEIID-429.
--------------------------------

    Resolution: Out of Date


With JCA container integration, Teiid does not maintain or manage "configuration.xml" that defined all the connection profiles for the supported data sources.  These are defined by the JCA container (JBoss AS) and some part in tooling. 

Teiid runtime only depends only upon "data sources" and "connection factories" defined in the container. The details on how they are created is not the concern anymore, however user is expected to use Data sources or drivers as they see fit.

> Use DataSources in creating the ConnectorBindings instead of creating one using the Driver
> ------------------------------------------------------------------------------------------
>
>                 Key: TEIID-429
>                 URL: https://jira.jboss.org/jira/browse/TEIID-429
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: JDBC Connector
>    Affects Versions: 7.0
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: 7.0
>
>
> Currently when we have separate configurations for XA sources and Non-XA sources, these should be combined into one definition, and by default we should make attempt use the data sources instead of Drivers. This will make it easy on the user in specifying the properties rather than coming up with unique URL for the data source.
> This will add
> DatabaseName
> ServerName
> Port
> properties in addition to already provided, 
> User
> Password
> URL -> expert=true
> properties. The URL property will be set to "expert", so that if one needs to use the Driver, you can still use it. In addition this needs to provide support to add additional properties that may be needed by the specific data source. For this add
> OptionalProperties
> This should be supplied in the format [name=value;name=value] and runtime engines should support these to add these properties as DataSource bean properties.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list