[teiid-issues] [JBoss JIRA] Commented: (TEIID-1077) Split all Connector projects to define their "Translator" modules and "Connection" modules

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Thu May 13 12:02:26 EDT 2010


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

Ramesh Reddy commented on TEIID-1077:
-------------------------------------

Except for the XML connectors all other modules are now separated. We did some investigations on the XML configurations that will satisfy Teiid's need. It seems all options are geared toward supporting the Stub generated Web Service modules. Since the Teiid needs operate in PAYLOAD fashion these will not work.

We are falling back on original plan to use the JCA for XML connections. This gives a defacto way to configure, templates for connection and deployment framework. Otherwise we need to invest time in each of these layers. 

So, we will remove HTTP and SOAP connectors and introduce a new connector called "WS", which will handle both HTTP and SOAP using the "Dispatch" interface. The user should be able configure to use either SOAP or HTTP.

> Split all Connector projects to define their "Translator" modules and "Connection" modules
> ------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1077
>                 URL: https://jira.jboss.org/jira/browse/TEIID-1077
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: Connector API, JDBC Connector, LDAP Connector, Misc. Connectors, Salesforce Connector, XML Connector
>            Reporter: Ramesh Reddy
>
> Split all the connector projects as follows
> connector-jdbc --> translator-jdbc
> connector-ldap --> translator-ldap/connector-ldap
> connector-loopback -> translator-loopback
> connector-salesforce -> translator-sf/connector-sf (more investigation on this)
> connector-text -> translator-text/connector-text
> connector-xml (file, http, soap) --> TBD ( these will not be jca connectors, alternative methods needs to be investigated)

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