[JBoss JIRA] (TEIIDDES-1563) Add New Index wizard support as New Child/Sibling and in New Table wizard
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1563?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1563:
-----------------------------------
Attachment: new-index-wizard-columns-tab.png
new-index-wizard-description-tab.png
new-index-wizard-prloperties-tab.png
new-table-wizard-indexes-tab.png
new-table-wizard-new-index-dialog.png
> Add New Index wizard support as New Child/Sibling and in New Table wizard
> --------------------------------------------------------------------------
>
> Key: TEIIDDES-1563
> URL: https://issues.jboss.org/browse/TEIIDDES-1563
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Dialogs, Modeling
> Affects Versions: 8.1
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.1
>
> Attachments: new-index-wizard-columns-tab.png, new-index-wizard-description-tab.png, new-index-wizard-prloperties-tab.png, new-table-wizard-indexes-tab.png, new-table-wizard-new-index-dialog.png
>
>
> Create a New Child > Index... action & wizard.
> Also add creation of new Index from within New Child > 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
11 years, 11 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 resolved TEIIDDES-1559.
------------------------------------
Resolution: Done
Completed
> 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
11 years, 12 months
[JBoss JIRA] (TEIIDDES-1562) Add function-related extension properties to virtual procedures to enabled as UDF
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1562:
--------------------------------------
Summary: Add function-related extension properties to virtual procedures to enabled as UDF
Key: TEIIDDES-1562
URL: https://issues.jboss.org/browse/TEIIDDES-1562
Project: Teiid Designer
Issue Type: Feature Request
Components: Extension Framework
Affects Versions: 8.1
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.1
To facilitate deprecation and removal of our Function metamodel we need to add missing Scalar Function properties to virtual procedures.
This entails adding invocationClass (Java Class) and invocationMethod (Java Method) to the relational.mxd files and enable when FUNCTION == TRUE and model type == VIRTUAL
--
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
11 years, 12 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 Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1556?page=com.atlassian.jira.plu... ]
Steven Hawkins commented on TEIIDDES-1556:
------------------------------------------
Option B doesn't make sense given that a source model is necessarily tied to a particular source (and some UDFs may not logically belong to that source).
The use of a pushdown flag with A is optional. If a virtual function does define a JAVA_CLASS/JAVA_METHOD, then it is effectively pushdown optional. If it does not define them, then it is pushdown required. However that is different than the current behavior which checks the flag to perform a hard validation.
> 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
11 years, 12 months
[JBoss JIRA] (TEIIDDES-1561) Exception on attempt to launch Expression or Criteria Builders
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1561?page=com.atlassian.jira.plu... ]
Mark Drilling updated TEIIDDES-1561:
------------------------------------
Git Pull Request: https://github.com/Teiid-Designer/teiid-designer/pull/79
Modified visitor impls to handle null languageObject instead of trying to get a delegate for it.
> Exception on attempt to launch Expression or Criteria Builders
> --------------------------------------------------------------
>
> Key: TEIIDDES-1561
> URL: https://issues.jboss.org/browse/TEIIDDES-1561
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 8.1
> Reporter: Mark Drilling
> Assignee: Mark Drilling
> Fix For: 8.1
>
>
> Attempt to launch the Expression or Criteria Builders results in the following exception:
> Caused by: java.lang.NullPointerException
> at org.teiid82.sql.impl.visitor.SQLStringVisitorImpl.getSQLString(SQLStringVisitorImpl.java:23)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setOriginalSql(AbstractLanguageObjectBuilder.java:546)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setLanguageObject(AbstractLanguageObjectBuilder.java:510)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.create(AbstractLanguageObjectBuilder.java:156)
> at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanel.getExpressionBuilder(SqlEditorPanel.java:1089)
> at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanel.showExpressionBuilder(SqlEditorPanel.java:1136)
> at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanelWrapper.showExpressionBuilder(SqlEditorPanelWrapper.java:123)
> at org.teiid.designer.transformation.ui.editors.sqleditor.actions.LaunchExpressionBuilder.doRun(LaunchExpressionBuilder.java:50)
--
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
11 years, 12 months
[JBoss JIRA] (TEIIDDES-1561) Exception on attempt to launch Expression or Criteria Builders
by Mark Drilling (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1561?page=com.atlassian.jira.plu... ]
Mark Drilling resolved TEIIDDES-1561.
-------------------------------------
Resolution: Done
> Exception on attempt to launch Expression or Criteria Builders
> --------------------------------------------------------------
>
> Key: TEIIDDES-1561
> URL: https://issues.jboss.org/browse/TEIIDDES-1561
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 8.1
> Reporter: Mark Drilling
> Assignee: Mark Drilling
> Fix For: 8.1
>
>
> Attempt to launch the Expression or Criteria Builders results in the following exception:
> Caused by: java.lang.NullPointerException
> at org.teiid82.sql.impl.visitor.SQLStringVisitorImpl.getSQLString(SQLStringVisitorImpl.java:23)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setOriginalSql(AbstractLanguageObjectBuilder.java:546)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setLanguageObject(AbstractLanguageObjectBuilder.java:510)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.create(AbstractLanguageObjectBuilder.java:156)
> at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanel.getExpressionBuilder(SqlEditorPanel.java:1089)
> at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanel.showExpressionBuilder(SqlEditorPanel.java:1136)
> at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanelWrapper.showExpressionBuilder(SqlEditorPanelWrapper.java:123)
> at org.teiid.designer.transformation.ui.editors.sqleditor.actions.LaunchExpressionBuilder.doRun(LaunchExpressionBuilder.java:50)
--
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
11 years, 12 months
[JBoss JIRA] (TEIIDDES-1561) Exception on attempt to launch Expression or Criteria Builders
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1561:
---------------------------------------
Summary: Exception on attempt to launch Expression or Criteria Builders
Key: TEIIDDES-1561
URL: https://issues.jboss.org/browse/TEIIDDES-1561
Project: Teiid Designer
Issue Type: Bug
Components: Editors
Affects Versions: 8.1
Reporter: Mark Drilling
Assignee: Mark Drilling
Fix For: 8.1
Attempt to launch the Expression or Criteria Builders results in the following exception:
Caused by: java.lang.NullPointerException
at org.teiid82.sql.impl.visitor.SQLStringVisitorImpl.getSQLString(SQLStringVisitorImpl.java:23)
at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setOriginalSql(AbstractLanguageObjectBuilder.java:546)
at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setLanguageObject(AbstractLanguageObjectBuilder.java:510)
at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.create(AbstractLanguageObjectBuilder.java:156)
at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanel.getExpressionBuilder(SqlEditorPanel.java:1089)
at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanel.showExpressionBuilder(SqlEditorPanel.java:1136)
at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanelWrapper.showExpressionBuilder(SqlEditorPanelWrapper.java:123)
at org.teiid.designer.transformation.ui.editors.sqleditor.actions.LaunchExpressionBuilder.doRun(LaunchExpressionBuilder.java:50)
--
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
11 years, 12 months