[JBoss JIRA] (TEIIDDES-2790) Unable to update model from source at table level
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2790?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2790:
----------------------------------------
[~cballego] Another option is to run the JDBC IMporter again by first selecting the source model. It should notice it's Existing and will perform an update to that model with differences. You should be able to check/uncheck your desired changes
> Unable to update model from source at table level
> -------------------------------------------------
>
> Key: TEIIDDES-2790
> URL: https://issues.jboss.org/browse/TEIIDDES-2790
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Modeling
> Affects Versions: 9.0.5
> Environment: N/A
> Reporter: Cojan van Ballegooijen
> Priority: Minor
>
> Currently one is able to select Metadata -> Update Model from Source at schema level but the menu option is not enabled when you want to update one source model.
> Would be nice if we are able to update one model from the source.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2741) Concatenation operator || incompatible with import SQL
by Jean-Pierre Matsumoto (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2741?page=com.atlassian.jira.plu... ]
Jean-Pierre Matsumoto commented on TEIIDDES-2741:
-------------------------------------------------
I'm interested to have this bug fixed because it would help me in my work. Does someone can suggest on how to fix ?
My understanding is:
- Concat operator shortcut is double-pipe '||'
- But in export / import SQL, pipe char is also field separator
- Import operation doesn't read well the full SQL query containing double-pipe because it think badly that double-pipe is field separator.
> Concatenation operator || incompatible with import SQL
> ------------------------------------------------------
>
> Key: TEIIDDES-2741
> URL: https://issues.jboss.org/browse/TEIIDDES-2741
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 9.0.3
> Environment: Windows 7 64-bit
> JBoss Studio 8.1.0
> Teiid Designer 9.0.3
> Reporter: Jean-Pierre Matsumoto
> Attachments: 2015-12-01_14-19-28.png
>
>
> When an SQL transformation contains concatenation operator ||, it cannot be imported. Error raised is: Problem importing the transformation SQL from a file. 2
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2767) Illegal argument exception if explorer context menu launched prior to explorer view fully functional
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2767?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2767:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.0.Beta (was: )
> Illegal argument exception if explorer context menu launched prior to explorer view fully functional
> ----------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2767
> URL: https://issues.jboss.org/browse/TEIIDDES-2767
> Project: Teiid Designer
> Issue Type: Bug
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
>
> Re-opening a workspace with projects and larger model sets will take a little longer to launch.
> Right-clicking on the explorer may throw the following because Model Explorer is adding a listener that calls fillContextMenu() on it's own. Need to check that ModelerActionService is fully added/functional.
> org.eclipse.core.runtime.AssertionFailedException: null argument:Action must not be null
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
> at org.eclipse.jface.action.ContributionManager.add(ContributionManager.java:76)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator.createRefactorMenu(ModelExplorerResourceNavigator.java:1206)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator.fillContextMenu(ModelExplorerResourceNavigator.java:1291)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator$13.menuAboutToShow(ModelExplorerResourceNavigator.java:1144)
> at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:352)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:492)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:198)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:3841)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3399)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2767) Illegal argument exception if explorer context menu launched prior to explorer view fully functional
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2767?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2767.
----------------------------------
> Illegal argument exception if explorer context menu launched prior to explorer view fully functional
> ----------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2767
> URL: https://issues.jboss.org/browse/TEIIDDES-2767
> Project: Teiid Designer
> Issue Type: Bug
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
>
> Re-opening a workspace with projects and larger model sets will take a little longer to launch.
> Right-clicking on the explorer may throw the following because Model Explorer is adding a listener that calls fillContextMenu() on it's own. Need to check that ModelerActionService is fully added/functional.
> org.eclipse.core.runtime.AssertionFailedException: null argument:Action must not be null
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
> at org.eclipse.jface.action.ContributionManager.add(ContributionManager.java:76)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator.createRefactorMenu(ModelExplorerResourceNavigator.java:1206)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator.fillContextMenu(ModelExplorerResourceNavigator.java:1291)
> at org.teiid.designer.ui.explorer.ModelExplorerResourceNavigator$13.menuAboutToShow(ModelExplorerResourceNavigator.java:1144)
> at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:352)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:492)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:198)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:3841)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3399)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2729) Bad export of carriage return in SQL transformation
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2729?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2729:
-----------------------------------
Component/s: Patch Release
> Bad export of carriage return in SQL transformation
> ---------------------------------------------------
>
> Key: TEIIDDES-2729
> URL: https://issues.jboss.org/browse/TEIIDDES-2729
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Transformations
> Affects Versions: 9.2
> Environment: Eclipse 4.4.2
> Teiid Designer 9.2.0.Final-v20151028-1427-B4011
> Windows 7 Enterprise 64-bit
> Reporter: Jean-Pierre Matsumoto
> Assignee: Barry LaFond
> Fix For: 10.0.1
>
> Attachments: error.png, SimpleOracle.zip, sql.txt, TEIIDDES-2729-fix.patch
>
>
> Carriage returns characters makes errors with export + import SQL.
> Can be related to TEIIDDES-735.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2769?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2769:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.0.Beta (was: )
> NPE when trying to edit a Data Role created in older teiid designer version
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2769
> URL: https://issues.jboss.org/browse/TEIIDDES-2769
> Project: Teiid Designer
> Issue Type: Bug
> Components: Migration, Patch Release, VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.6, 10.0.1, 9.2.1
>
> Attachments: org.teiid.designer.vdb-TEIIDDES-2769.patch
>
>
> migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
> This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2769?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2769.
----------------------------------
> NPE when trying to edit a Data Role created in older teiid designer version
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2769
> URL: https://issues.jboss.org/browse/TEIIDDES-2769
> Project: Teiid Designer
> Issue Type: Bug
> Components: Migration, Patch Release, VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.6, 10.0.1, 9.2.1
>
> Attachments: org.teiid.designer.vdb-TEIIDDES-2769.patch
>
>
> migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
> This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2770) Illegal argument exception opening function builder with projected "constant"
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2770?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2770.
----------------------------------
> Illegal argument exception opening function builder with projected "constant"
> -----------------------------------------------------------------------------
>
> Key: TEIIDDES-2770
> URL: https://issues.jboss.org/browse/TEIIDDES-2770
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.2, 9.0.5
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
>
> Simple SQL = SELECT 'abc' as b
> Ttrows illegal arg check (below). Need to do check annotations on the DataTypeName for valid version via AnnotationUtils.isApplicable() method.
> java.lang.IllegalArgumentException: Type not applicable for this teiid version (version=8.7.1, type=GEOMETRY)
> at org.teiid.core.util.ArgCheck.isTrue(ArgCheck.java:53)
> at org.teiid.core.types.DataTypeManagerService.getDefaultDataType(DataTypeManagerService.java:565)
> at org.teiid.query.ui.builder.util.BuilderUtils.isValidType(BuilderUtils.java:311)
> at org.teiid.query.ui.builder.util.BuilderUtils.isConversionType(BuilderUtils.java:180)
> at org.teiid.query.ui.builder.model.ConstantEditorModel.setConstant(ConstantEditorModel.java:358)
> at org.teiid.query.ui.builder.model.ConstantEditorModel.setLanguageObject(ConstantEditorModel.java:419)
> at org.teiid.query.ui.builder.model.CompositeLanguageObjectEditorModel.setLanguageObject(CompositeLanguageObjectEditorModel.java:203)
> at org.teiid.designer.transformation.ui.builder.AbstractCompositeLanguageObjectEditor.setLanguageObject(AbstractCompositeLanguageObjectEditor.java:202)
> at org.teiid.designer.transformation.ui.builder.AbstractCompositeExpressionEditor.setLanguageObject(AbstractCompositeExpressionEditor.java:236)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setEditorLanguageObject(AbstractLanguageObjectBuilder.java:466)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.handleTreeSelection(AbstractLanguageObjectBuilder.java:439)
> at org.teiid.designer.transformation.ui.builder.ExpressionBuilder.handleTreeSelection(ExpressionBuilder.java:85)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder$5.selectionChanged(AbstractLanguageObjectBuilder.java:280)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months
[JBoss JIRA] (TEIIDDES-2770) Illegal argument exception opening function builder with projected "constant"
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2770?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2770:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.0.Beta (was: )
> Illegal argument exception opening function builder with projected "constant"
> -----------------------------------------------------------------------------
>
> Key: TEIIDDES-2770
> URL: https://issues.jboss.org/browse/TEIIDDES-2770
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.2, 9.0.5
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
>
> Simple SQL = SELECT 'abc' as b
> Ttrows illegal arg check (below). Need to do check annotations on the DataTypeName for valid version via AnnotationUtils.isApplicable() method.
> java.lang.IllegalArgumentException: Type not applicable for this teiid version (version=8.7.1, type=GEOMETRY)
> at org.teiid.core.util.ArgCheck.isTrue(ArgCheck.java:53)
> at org.teiid.core.types.DataTypeManagerService.getDefaultDataType(DataTypeManagerService.java:565)
> at org.teiid.query.ui.builder.util.BuilderUtils.isValidType(BuilderUtils.java:311)
> at org.teiid.query.ui.builder.util.BuilderUtils.isConversionType(BuilderUtils.java:180)
> at org.teiid.query.ui.builder.model.ConstantEditorModel.setConstant(ConstantEditorModel.java:358)
> at org.teiid.query.ui.builder.model.ConstantEditorModel.setLanguageObject(ConstantEditorModel.java:419)
> at org.teiid.query.ui.builder.model.CompositeLanguageObjectEditorModel.setLanguageObject(CompositeLanguageObjectEditorModel.java:203)
> at org.teiid.designer.transformation.ui.builder.AbstractCompositeLanguageObjectEditor.setLanguageObject(AbstractCompositeLanguageObjectEditor.java:202)
> at org.teiid.designer.transformation.ui.builder.AbstractCompositeExpressionEditor.setLanguageObject(AbstractCompositeExpressionEditor.java:236)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.setEditorLanguageObject(AbstractLanguageObjectBuilder.java:466)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder.handleTreeSelection(AbstractLanguageObjectBuilder.java:439)
> at org.teiid.designer.transformation.ui.builder.ExpressionBuilder.handleTreeSelection(ExpressionBuilder.java:85)
> at org.teiid.designer.transformation.ui.builder.AbstractLanguageObjectBuilder$5.selectionChanged(AbstractLanguageObjectBuilder.java:280)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 9 months