[JBoss JIRA] (TEIIDDES-2896) Unhandled event loop exception in the specific situations
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2896?page=com.atlassian.jira.plu... ]
Matej Kralik updated TEIIDDES-2896:
-----------------------------------
Description:
In the specific situation (when I want preview data without a server or add properties to unselected model in the VDB editor) teiid designer does nothing and in the error log is "Unhandled event loop exception". In my opinion, the button (preview data or add new Property) should be disappeared in this situation or teiid designer should show some alert (the server has not been added, the model has not been selected).
Stack trace (preview):
{code:java}
java.lang.NullPointerException
at org.teiid.designer.runtime.ui.server.RuntimeAssistant.ensurePreviewEnabled(RuntimeAssistant.java:45)
at org.teiid.designer.runtime.ui.preview.PreviewDataWorker.isPreviewPossible(PreviewDataWorker.java:131)
at org.teiid.designer.runtime.ui.preview.PreviewTableDataContextAction.run(PreviewTableDataContextAction.java:98)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:462)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
{code}
Stack trace (vdb editor):
{code:java}
java.lang.NullPointerException
at org.teiid.designer.vdb.ui.editor.panels.ModelUserDefinedPropertiesPanel.handleAddProperty(ModelUserDefinedPropertiesPanel.java:248)
at org.teiid.designer.vdb.ui.editor.panels.ModelUserDefinedPropertiesPanel$4.widgetSelected(ModelUserDefinedPropertiesPanel.java:192)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
{code}
was:
1. Preview data without server
# Start JDBC to new workspace
# Import any project with any model
# Preview data (without server) (screenshot1)
2. Add properties to unselected model
# Create VDB
# Open Properties tab in the VDB editor
# Click to "Add New Property" button (make sure that you don't select any model) (screenshot2)
> Unhandled event loop exception in the specific situations
> ---------------------------------------------------------
>
> Key: TEIIDDES-2896
> URL: https://issues.jboss.org/browse/TEIIDDES-2896
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs, Eclipse Integration
> Affects Versions: 10.0.1
> Reporter: Matej Kralik
> Attachments: screenshot1.png, screenshot2.png
>
>
> In the specific situation (when I want preview data without a server or add properties to unselected model in the VDB editor) teiid designer does nothing and in the error log is "Unhandled event loop exception". In my opinion, the button (preview data or add new Property) should be disappeared in this situation or teiid designer should show some alert (the server has not been added, the model has not been selected).
> Stack trace (preview):
> {code:java}
> java.lang.NullPointerException
> at org.teiid.designer.runtime.ui.server.RuntimeAssistant.ensurePreviewEnabled(RuntimeAssistant.java:45)
> at org.teiid.designer.runtime.ui.preview.PreviewDataWorker.isPreviewPossible(PreviewDataWorker.java:131)
> at org.teiid.designer.runtime.ui.preview.PreviewTableDataContextAction.run(PreviewTableDataContextAction.java:98)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:462)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
> Stack trace (vdb editor):
> {code:java}
> java.lang.NullPointerException
> at org.teiid.designer.vdb.ui.editor.panels.ModelUserDefinedPropertiesPanel.handleAddProperty(ModelUserDefinedPropertiesPanel.java:248)
> at org.teiid.designer.vdb.ui.editor.panels.ModelUserDefinedPropertiesPanel$4.widgetSelected(ModelUserDefinedPropertiesPanel.java:192)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2896) Unhandled event loop exception in the specific situations
by Matej Kralik (JIRA)
Matej Kralik created TEIIDDES-2896:
--------------------------------------
Summary: Unhandled event loop exception in the specific situations
Key: TEIIDDES-2896
URL: https://issues.jboss.org/browse/TEIIDDES-2896
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs, Eclipse Integration
Affects Versions: 10.0.1
Reporter: Matej Kralik
Attachments: screenshot1.png, screenshot2.png
1. Preview data without server
# Start JDBC to new workspace
# Import any project with any model
# Preview data (without server) (screenshot1)
2. Add properties to unselected model
# Create VDB
# Open Properties tab in the VDB editor
# Click to "Add New Property" button (make sure that you don't select any model) (screenshot2)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2895) No warning after deleting schema
by Mario Majernik (JIRA)
Mario Majernik created TEIIDDES-2895:
----------------------------------------
Summary: No warning after deleting schema
Key: TEIIDDES-2895
URL: https://issues.jboss.org/browse/TEIIDDES-2895
Project: Teiid Designer
Issue Type: Bug
Components: Editors
Affects Versions: 10.0.1
Reporter: Mario Majernik
Attachments: ScreenShot1.png, XmlStagingTableProject.zip
There is no warning after deleting schema which is used by models. VDB is deployed without warnings. Following query fails on missing schema.
Should be there some warning that schema was deleted and VDB should not be deploy on server without schema.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2894) UDF function category added, but the function itself is not offered in "Function" menu
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2894?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2894:
-----------------------------------
Description:
I add UDF function (with function category set to TEST_FUNCTIONS) in view model, then I create a table a use Expression builder in the transformation sql of this table.
There is the function category TEST_FUNCTIONS included, but when I select it, my UDF function is not offered in the "Function:" menu. In fact, the functions in this menu do not change.
I think the function should be offered in this menu or the function category shouldn't be included at all.
See screenshot
was:
I add UDF function (with function category set to TEST_FUNCTIONS) in view model, then I create a table a use Expression builder in the transformation sql of this table.
There is the function category TEST_FUNCTIONS included, but when I select it, my UDF function is not offered in the "Function:" menu. In fact, the functions in this menu do not change.
See screenshot
> UDF function category added, but the function itself is not offered in "Function" menu
> --------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2894
> URL: https://issues.jboss.org/browse/TEIIDDES-2894
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0.1
> Reporter: Matus Makovy
> Attachments: Screen Shot 2016-08-11 at 9.57.31.png
>
>
> I add UDF function (with function category set to TEST_FUNCTIONS) in view model, then I create a table a use Expression builder in the transformation sql of this table.
> There is the function category TEST_FUNCTIONS included, but when I select it, my UDF function is not offered in the "Function:" menu. In fact, the functions in this menu do not change.
> I think the function should be offered in this menu or the function category shouldn't be included at all.
> See screenshot
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2894) UDF function category added, but the function itself is not offered in "Function" menu
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2894:
--------------------------------------
Summary: UDF function category added, but the function itself is not offered in "Function" menu
Key: TEIIDDES-2894
URL: https://issues.jboss.org/browse/TEIIDDES-2894
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0.1
Reporter: Matus Makovy
Attachments: Screen Shot 2016-08-11 at 9.57.31.png
I add UDF function (with function category set to TEST_FUNCTIONS) in view model, then I create a table a use Expression builder in the transformation sql of this table.
There is the function category TEST_FUNCTIONS included, but when I select it, my UDF function is not offered in the "Function:" menu. In fact, the functions in this menu do not change.
See screenshot
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2893) UDF function category visible from other project in function builder
by Matus Makovy (JIRA)
Matus Makovy created TEIIDDES-2893:
--------------------------------------
Summary: UDF function category visible from other project in function builder
Key: TEIIDDES-2893
URL: https://issues.jboss.org/browse/TEIIDDES-2893
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0.1
Reporter: Matus Makovy
Priority: Minor
Attachments: Screen Shot 2016-08-11 at 9.45.22.png
I have 2 projects with names "UdfProject" and "new".
I have a view model in *UdfProject* which includes a view model with UDF function (procedure). The procedure has property "relational:Function Category" set to TEST_FUNCTIONS.
When I create a view model in project named "new", add a table and use Expression builder in transformation SQL, I can see the function category "TEST_FUNCTIONS" here. (See screenshot)
I think it doesn't make sense to have this option here (in different project than the one that includes the jar).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2892) VDB file is not changed after some actions. No errors are shown.
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2892?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2892:
----------------------------------------
This seems to be very similar to TEIIDDES-2873 and TEIIDDES-2871.
For me closing and reopening the VDB Editor always helped.
> VDB file is not changed after some actions. No errors are shown.
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2892
> URL: https://issues.jboss.org/browse/TEIIDDES-2892
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Reporter: Bram Gadeyne
> Priority: Blocker
> Attachments: .log, after_reopen.png, after_sync_all.png, rights_still_present.png, take_away_rights.png
>
>
> Hi,
> I'm using teiiddesigner 10.0 and teiid server 9.0.2.
> I've copied a previous vdb file called vdb3.14.vdb to vbd3.15.vdb and changed the version number to 15.
> I've then added a new xmi for a new database which I've generated through JDBC import.
> Now I wanted to change the permissions on this new database but I can't seem to alter the vdb file anymore.
> First off all The vdb shown some models that are not in sync with the model files. Clicking on synchronize all first shows them as beiing updated but closing and reopening the vdb file shows that they are still nog in sync.
> Opening the editor to alter the permissions also seems to work. But when you reopen the panel for the same usergroup the changes are not made.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2892) VDB file is not changed after some actions. No errors are shown.
by Bram Gadeyne (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2892?page=com.atlassian.jira.plu... ]
Bram Gadeyne updated TEIIDDES-2892:
-----------------------------------
Attachment: .log
take_away_rights.png
rights_still_present.png
after_sync_all.png
after_reopen.png
sync problem:
1) after sync all
2) after reopen
rights problem:
1) take_away_rights
2) rights_still_present
eclipse log file.
> VDB file is not changed after some actions. No errors are shown.
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2892
> URL: https://issues.jboss.org/browse/TEIIDDES-2892
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Reporter: Bram Gadeyne
> Priority: Blocker
> Attachments: .log, after_reopen.png, after_sync_all.png, rights_still_present.png, take_away_rights.png
>
>
> Hi,
> I'm using teiiddesigner 10.0 and teiid server 9.0.2.
> I've copied a previous vdb file called vdb3.14.vdb to vbd3.15.vdb and changed the version number to 15.
> I've then added a new xmi for a new database which I've generated through JDBC import.
> Now I wanted to change the permissions on this new database but I can't seem to alter the vdb file anymore.
> First off all The vdb shown some models that are not in sync with the model files. Clicking on synchronize all first shows them as beiing updated but closing and reopening the vdb file shows that they are still nog in sync.
> Opening the editor to alter the permissions also seems to work. But when you reopen the panel for the same usergroup the changes are not made.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2892) VDB file is not changed after some actions. No errors are shown.
by Bram Gadeyne (JIRA)
Bram Gadeyne created TEIIDDES-2892:
--------------------------------------
Summary: VDB file is not changed after some actions. No errors are shown.
Key: TEIIDDES-2892
URL: https://issues.jboss.org/browse/TEIIDDES-2892
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0
Reporter: Bram Gadeyne
Priority: Blocker
Hi,
I'm using teiiddesigner 10.0 and teiid server 9.0.2.
I've copied a previous vdb file called vdb3.14.vdb to vbd3.15.vdb and changed the version number to 15.
I've then added a new xmi for a new database which I've generated through JDBC import.
Now I wanted to change the permissions on this new database but I can't seem to alter the vdb file anymore.
First off all The vdb shown some models that are not in sync with the model files. Clicking on synchronize all first shows them as beiing updated but closing and reopening the vdb file shows that they are still nog in sync.
Opening the editor to alter the permissions also seems to work. But when you reopen the panel for the same usergroup the changes are not made.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIIDDES-2876) Clean up wording in Stored Procedure Prompt
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2876?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2876:
----------------------------------------
[~sqtran] I'm working on a Teiid 9.0 client upgrade. After that's done and an 10.1 release, I'll be pulling this fix and others. THX! for contributing :)
> Clean up wording in Stored Procedure Prompt
> -------------------------------------------
>
> Key: TEIIDDES-2876
> URL: https://issues.jboss.org/browse/TEIIDDES-2876
> Project: Teiid Designer
> Issue Type: Bug
> Reporter: Steve Tran
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 10.0.2
>
> Attachments: bug.PNG
>
>
> The wording on the Stored Procedure prompt contains grammatical typos. See screenshot of the issues. These messages are in a shared messages.properties file, so if there are other typos, we should clean those up as well.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months