[Teiid-Designer/teiid-designer] 8ad57b: TEIIDDES-1608: Allow additional xml-style files in...
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 8ad57b444a28f6e108bfcd1486426a095ef4711f
https://github.com/Teiid-Designer/teiid-designer/commit/8ad57b444a28f6e10...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/profiles/xml/XmlLocalFileProfileDetailsWizardPage.java
M plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/profiles/xml/XmlUrlProfileDetailsWizardPage.java
M plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/ui/DatatoolsUiConstants.java
M plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/ui/i18n.properties
Log Message:
-----------
TEIIDDES-1608: Allow additional xml-style files in connection profiles
* Rather than just xml files, allow the file and url connection profiles
to use other filetypes that contain xml.
* Instead of testing the file's extension, parse the file for XML.
* Url connection profile wizard can take a while if the host is invalid so
place the parsing code inside a Busy UI Indicator.
11 years, 10 months
vdb.xml improvements
by Steven Hawkins
For 8.4 planning I'd like to solicit ideas about incremental improvements we could make to our vdb.xml (of course we'd want to make the changes backwards compatible). This would include minor things like:
- better property keys for example "UseConnectorMetadata" - which isn't necessarily needed in its present form
- allowing the use of element text as an alternative to an attribute for a property value
- terminology changes, such as model->schema
To larger things like:
- how/should we get the ddl memory footprint down
- future proof to allow for ddl based schema declarations
Is there anything to add/remove from these? We'll rollup the result into a JIRA.
Thanks,
Steve
11 years, 10 months