[
https://jira.jboss.org/jira/browse/TEIID-561?page=com.atlassian.jira.plug...
]
Ramesh Reddy commented on TEIID-561:
------------------------------------
I have checked in some changes, where Teiid still have single
"configuration.xml" file at runtime. However, all the individual "Connector
Type" fragments are now specified under their own projects under the
"main/resources" directory with the name "${project}.xml", with base
"Connector" fragment defined under "connector-api" project. During the
build/kitting time all these files are brought together to build the
"configuration.xml" file, which can be either used in the Server or Embedded.
So, if you are in need to edit any connector types, please edit these individual files
under their projects. Also, note that all dependencies these connectors have will be
defined under "ConnectorTypeClasspath", which will also be computed based upon
the dependencies defined for that connector module.
Having multiple copies of "configuration.xml" is error
prone
------------------------------------------------------------
Key: TEIID-561
URL:
https://jira.jboss.org/jira/browse/TEIID-561
Project: Teiid
Issue Type: Task
Components: Common
Affects Versions: 6.1.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 6.1.0
Currently Teiid has two different configuration.xml files, one for the server and one for
Embedded. The server xml contains more information than the embedded and it partially is
auto generated based on the cdk files of the connectors. The Embedded does not have this
feature, and needs to be modified manually. these both should be combined to have a single
"configuration" file.
--
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