[teiid-dev] How is "configuration.xml" is built?
Ramesh Reddy
rareddy at redhat.com
Tue May 12 11:56:50 EDT 2009
Previous version of the Teiid had single "configuration.xml" file to
define all the configuration for the Server. Teiid also maintained a
separate "configuration.xml" for the Embedded.
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.
Final content wise, this should be no different than what we have
before, just how we assemble this is changed. This work is done under
https://jira.jboss.org/jira/browse/TEIID-561
Ramesh..
More information about the teiid-dev
mailing list