[JBoss JIRA] (TEIIDDES-1556) In 8.0, the function metamodel has been deprecated, can the new model wizard drop down indicate as such
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1556?page=com.atlassian.jira.plu... ]
Ramesh Reddy commented on TEIIDDES-1556:
----------------------------------------
Teiid 8.x contains the support for functionsmodel for legacy and backwards compatibility purposes, this needs to be gone from the Designer in 8.x, so that Teiid can remove its support in 9.x. More over Designer already supports the alternative methods.
IMO, Designer should be capable of reading a FunctionModel, but should NOT give capability to create new one. Then if it does read a old FunctionModel, it should have a validation error on it so that user must move the functions to new model structure before the VDB can be saved.
There is no function model concept in DDL based VDB. Even Komodo removes this, we need to have the deprecation and alternative now.
> In 8.0, the function metamodel has been deprecated, can the new model wizard drop down indicate as such
> -------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1556
> URL: https://issues.jboss.org/browse/TEIIDDES-1556
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Dialogs, Usability
> Affects Versions: 8.0
> Reporter: Van Halbert
> Assignee: Mark Drilling
> Fix For: 8.1
>
>
> When selecting New Model Wizard, the Model Class drop down should indicate the Function Model is "Deprecated".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1556) In 8.0, the function metamodel has been deprecated, can the new model wizard drop down indicate as such
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1556?page=com.atlassian.jira.plu... ]
Mark Drilling resolved TEIIDDES-1556.
-------------------------------------
Resolution: Done
Marking resolved,
is fixed with pull request https://github.com/Teiid-Designer/teiid-designer/pull/77
The deprecation warning was intended to be displayed for the Extension Model only, but was erroneously being displayed for the Function Model.
> In 8.0, the function metamodel has been deprecated, can the new model wizard drop down indicate as such
> -------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1556
> URL: https://issues.jboss.org/browse/TEIIDDES-1556
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Dialogs, Usability
> Affects Versions: 8.0
> Reporter: Van Halbert
> Assignee: Mark Drilling
> Fix For: 8.1
>
>
> When selecting New Model Wizard, the Model Class drop down should indicate the Function Model is "Deprecated".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1559) Add Native Query property to new Base Table... wizard
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1559?page=com.atlassian.jira.plu... ]
Steven Hawkins commented on TEIIDDES-1559:
------------------------------------------
PK/UC are still even for materialized views. There's also informational value in retaining FKs.
> Add Native Query property to new Base Table... wizard
> -----------------------------------------------------
>
> Key: TEIIDDES-1559
> URL: https://issues.jboss.org/browse/TEIIDDES-1559
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Dialogs, Editors
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.1
>
> Attachments: new-table-wizard-columns-tab.png, new-table-wizard-fk-tab.png, new-table-wizard-native-query-tab.png, new-table-wizard-pk-tab.png, new-table-wizard-properties-tab.png, new-table-wizard-uc-tab.png
>
>
> Native Query relation table property was added back in 7.6/7.7 release.
> Would be great if we could add a panel for entering the SQL in the new Base Table... wizard.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1436) Hand Generated XML Document Models do not Correctly Associate Namespace URI/Prefix with Elements
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1436?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-1436:
--------------------------------
Fix Version/s: 8.1
(was: Future)
> Hand Generated XML Document Models do not Correctly Associate Namespace URI/Prefix with Elements
> ------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1436
> URL: https://issues.jboss.org/browse/TEIIDDES-1436
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Modeling
> Affects Versions: 7.7.1
> Reporter: Ted Jones
> Assignee: Ted Jones
> Fix For: 8.1
>
> Attachments: foo.zip
>
>
> "Document models can be created that have nested namespaces, and Teiid contains code to use different namespace prefixes for nested elements. However at least for my simple test case (see attached) the generated mapping document does not contain any namespaceURI information for the elements - it only has the namespace declarations. It would appear that the logic in MappingDocumentFormatter is not correctly associating the prefix/uri with elements at least for a simple hand made document model. I don't know if things are different when starting with a schema." - SteveH
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1559) Add Native Query property to new Base Table... wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1559?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-1559:
----------------------------------------
Added Create View version of this wizard which disables PK/FK/UC and Native Query support
> Add Native Query property to new Base Table... wizard
> -----------------------------------------------------
>
> Key: TEIIDDES-1559
> URL: https://issues.jboss.org/browse/TEIIDDES-1559
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Dialogs, Editors
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.1
>
> Attachments: new-table-wizard-columns-tab.png, new-table-wizard-fk-tab.png, new-table-wizard-native-query-tab.png, new-table-wizard-pk-tab.png, new-table-wizard-properties-tab.png, new-table-wizard-uc-tab.png
>
>
> Native Query relation table property was added back in 7.6/7.7 release.
> Would be great if we could add a panel for entering the SQL in the new Base Table... wizard.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1559) Add Native Query property to new Base Table... wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1559?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1559:
-----------------------------------
Attachment: new-table-wizard-columns-tab.png
new-table-wizard-fk-tab.png
new-table-wizard-pk-tab.png
new-table-wizard-properties-tab.png
new-table-wizard-uc-tab.png
> Add Native Query property to new Base Table... wizard
> -----------------------------------------------------
>
> Key: TEIIDDES-1559
> URL: https://issues.jboss.org/browse/TEIIDDES-1559
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Dialogs, Editors
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.1
>
> Attachments: new-table-wizard-columns-tab.png, new-table-wizard-fk-tab.png, new-table-wizard-native-query-tab.png, new-table-wizard-pk-tab.png, new-table-wizard-properties-tab.png, new-table-wizard-uc-tab.png
>
>
> Native Query relation table property was added back in 7.6/7.7 release.
> Would be great if we could add a panel for entering the SQL in the new Base Table... wizard.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (TEIIDDES-1559) Add Native Query property to new Base Table... wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1559?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1559:
-----------------------------------
Attachment: new-table-wizard-native-uc-tab.png
new-table-wizard-native-query-tab.png
new-table-wizard-native-properties-tab.png
new-table-wizard-native-pk-tab.png
new-table-wizard-native-fk-tab.png
new-table-wizard-native-columns-tab.png
screencaps of all the editor tabs including the new Native Query tab
> Add Native Query property to new Base Table... wizard
> -----------------------------------------------------
>
> Key: TEIIDDES-1559
> URL: https://issues.jboss.org/browse/TEIIDDES-1559
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Dialogs, Editors
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.1
>
> Attachments: new-table-wizard-native-query-tab.png
>
>
> Native Query relation table property was added back in 7.6/7.7 release.
> Would be great if we could add a panel for entering the SQL in the new Base Table... wizard.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months