[
https://jira.jboss.org/jira/browse/TEIID-1077?page=com.atlassian.jira.plu...
]
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