[teiid-issues] [JBoss JIRA] Created: (TEIID-505) Do not parse the URL, when creating a Data Source or XA DataSource

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Fri Apr 17 16:26:22 EDT 2009


Do not parse the URL, when creating a Data Source or XA DataSource
------------------------------------------------------------------

                 Key: TEIID-505
                 URL: https://jira.jboss.org/jira/browse/TEIID-505
             Project: Teiid
          Issue Type: Task
    Affects Versions: 6.0.0
            Reporter: Ramesh Reddy
            Assignee: Ramesh Reddy
             Fix For: 6.1.0


Previously Teiid always dependent upon the Data Direct drivers, which were provided in a unified URL across all the RDBMS, so that Teiid could parse the given URL and extract serverName, databaseName, portNumber etc. 

However, now in order to support with native vendor drivers this assumption is no longer valid. Teiid can not assume the format of these URL, so there should be no attempt made to parse these URLs to extract above properties, rather if the URL specified it should be supplied to the Data Source as like any other property.  This requires code change.

- All the Data Direct XA Connector Types needs to be modified, so that do not depend on the URL property alone
- All vendor XA data sources need to be checked to make sure they all work.



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