[JBoss JIRA] (TEIIDDES-3048) INSERT in source model with JDG as data source returns a Handling Results Sets problem dialog
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3048?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-3048.
------------------------------------
Resolution: Done
Resolving this issue and logged TEIIDDES-3171 to handle multiple query issue
> INSERT in source model with JDG as data source returns a Handling Results Sets problem dialog
> ---------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-3048
…
[View More]> URL: https://issues.jboss.org/browse/TEIIDDES-3048
> Project: Teiid Designer
> Issue Type: Bug
> Environment: MacOS
> JBDS 10.3.0
> JBDSIS 10.0.2
> JDV 6.3.4
> JDG 6.6.1
> Reporter: Cojan van Ballegooijen
> Assignee: Barry LaFond
> Fix For: 11.1.1
>
> Attachments: Screen Shot 2017-03-02 at 00.48.51.png, Screen Shot 2017-03-02 at 00.56.07.png, insertMultiValueJDG.png
>
>
> When inserting rows from JBDS to a source model which is connected to a JDG data source it generate an Handling Result Sets problem dialog but the row is inserted into the cache. After clicking Ok. the next dialog hangs. You have to click Cancel to remove the dialog.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3170) Temporary MXD files are not getting cleaned up/removed for each session
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-3170:
--------------------------------------
Summary: Temporary MXD files are not getting cleaned up/removed for each session
Key: TEIIDDES-3170
URL: https://issues.jboss.org/browse/TEIIDDES-3170
Project: Teiid Designer
Issue Type: Bug
Components: Extension Framework
Affects Versions: 11.1.1
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: …
[View More]Critical
Fix For: 11.1.2
The MED framework utilizes temporary MxdTempxxxxxxxx.mxd files which are created and stored in a user's /tmp folder. These files are created for each user's session of Designer and never deleted.
Need to add logic to delete these temporary mxd files after processing input streams.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3056) UnsupportedOperationException clicking a source model function category in Function Builder
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3056?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3056.
----------------------------------
> UnsupportedOperationException clicking a source model function category in Function Builder
> -------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-3056
> URL: https://issues.jboss.org/browse/TEIIDDES-3056
> Project: Teiid …
[View More]Designer
> Issue Type: Bug
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 11.1
>
>
> looks like the FunctionTree.getFunctionsInCategory() is returning a Collections.emptySet() which FunctionLibrary.getFunctionForms() tries to do an *addAll()*
> {code}
> !ENTRY org.eclipse.ui 4 0 2017-03-07 13:27:01.647
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.UnsupportedOperationException
> at java.util.AbstractCollection.add(AbstractCollection.java:262)
> at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
> at org.teiid.query.function.FunctionLibrary.getFunctionForms(FunctionLibrary.java:150)
> at org.teiid.query.ui.builder.model.FunctionEditorModel.setCategory(FunctionEditorModel.java:267)
> at org.teiid.designer.transformation.ui.builder.expression.FunctionEditor.handleCategorySelected(FunctionEditor.java:261)
> at org.teiid.designer.transformation.ui.builder.expression.FunctionEditor$1.widgetSelected(FunctionEditor.java:130)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.teiid.designer.transformation.ui.editors.sqleditor.SqlEditorPanel.showExpressionBuilder(SqlEditorPanel.java:1205)
> 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)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3163) Translator override properties can not be updated after re-generating a dynamic vdb
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3163?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-3163.
------------------------------------
Resolution: Done
master: https://github.com/Teiid-Designer/teiid-designer/commit/01046321bd21dbd32...
* main problem was that the DynamicVdb class needed a destination file defined, so in the *update* use-case, the existing file was used.
* added notion of a /tmp/-vdb.xml file location that is used to generate the vdb.xml. At end …
[View More]of process user can cancel or *overwrite*. In both cases the temp -vdb.xml is deleted.
> Translator override properties can not be updated after re-generating a dynamic vdb
> -----------------------------------------------------------------------------------
>
> Key: TEIIDDES-3163
> URL: https://issues.jboss.org/browse/TEIIDDES-3163
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs
> Affects Versions: 11.1.1
> Environment: Devstudio 11.1.0 CR1 (Teiid Desinger 11.1.1)
> Reporter: Hiroki Daicho
> Assignee: Barry LaFond
> Fix For: 11.1.2
>
> Attachments: reproducer_project.zip
>
>
> If dynamic vdb has already generated, Translator override properties can not be modified by regenerate dynamic vdb.
> 1. Add Translator override property to vdb (testvdb.vdb). e.g. prop1 -> 100
> 2. generate dynamic vdb (testvdb-vdb.xml).
> {code}
> <property name="prop1" value="100"/>
> {code}
> 3. Modify the propery in vdb (testvdb.vdb). e.g. prop1 -> 199
> 4. generate dynamic vdb (testvdb-vdb.xml).
> 5. the property is not updated to 199 in the dynamic vdb xml.
> {code}
> <property name="prop1" value="100"/>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[View Less]
7 years, 3 months