[JBoss JIRA] Created: (TEIIDDES-224) The ConfigurationInfo.def file has verbose settings for the ComponentTypes
by Ramesh Reddy (JIRA)
The ConfigurationInfo.def file has verbose settings for the ComponentTypes
--------------------------------------------------------------------------
Key: TEIIDDES-224
URL: https://jira.jboss.org/jira/browse/TEIIDDES-224
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 6.1.0
Reporter: Ramesh Reddy
Fix For: 6.2.0
Currently when VDB is written, the <…
[View More]ComponentTypes> section in the ConfigurationInfo.def file defines the component types for all the bindings defined. However the number of properties defined for each component type include all the properties in hierarchy of that Component Type. Which verbose and confusing.
For example in Configuration.XML file a "Oracle Connector" defined with it's hierarchy as
Oracle Connector --> JDBC Connector --> Connector
where Teiid defines properties at each level, but when the def file these properties are flattened and all properties are written under component type "Oracle Connector".
Looking at the issue, "ComponentType" fragment of the XML is optional, if the connector type is already in the "configuration.xml". However, designer still need to write the ComponentType information for custom connector types as that information will not be in the configuration.xml file.
To determine, if a connector type is already in the "configuration.xml", the designer can check a property called "standard", if the value is "true" it can safely ignore adding the component type to the .def file.
Teiid will supply the configuration.xml file with "standard" property set on all the built in types.
--
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
[View Less]
14 years, 8 months
[JBoss JIRA] Created: (TEIIDDES-209) New Text File or XML Connectors do not show up in Connectors View
by Barry LaFond (JIRA)
New Text File or XML Connectors do not show up in Connectors View
-----------------------------------------------------------------
Key: TEIIDDES-209
URL: https://jira.jboss.org/jira/browse/TEIIDDES-209
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 6.0.0, 6.1.0
Reporter: Barry LaFond
Fix For: Future
1) Select "Text File Connector" in Connectors View
2) Right-click select "New"
3) Provide some …
[View More]name for new connector and click "OK"
4) New connector does not show up in Connectors View (under Text File Connector)
5) Selecting the "Hide Connector Types" action reveals the new connector
There's a ConnectionBindingManager.geBindingsForType() method calling getBindingsForType() with a "filter flag = TRUE" causing the the binding check to use the Filtered map instead of non-filtered map.
Not sure if this is intended or not.
Javadoc says: "theFilterFlag the flag indicating if the result should be filtered to only include those that are supported by the DQP"
--
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
[View Less]
14 years, 8 months