[JBoss JIRA] Created: (TEIIDDES-876) Exported Model Projects containing Source models may contain user-specific Connection Profile info. Need mechanism to remove/clear these properties at export or import time.
by Barry LaFond (JIRA)
Exported Model Projects containing Source models may contain user-specific Connection Profile info. Need mechanism to remove/clear these properties at export or import time.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-876
URL: https://issues.jboss.org/browse/TEIIDDES-876
Project: Teiid Designer
Issue Type: Feature Request
Components: Data Preview, Import/Export, VDB & Execution
Affects Versions: 7.3
Reporter: Barry LaFond
Priority: Critical
Fix For: 7.4
The FinancialDemos.zip project (attached) contains source models with oodles of connection profile info (required for Preview Data) that was probably set during initial model import.
If other users import this example, this connection profile may or may not be valid.
We need to be able to clear these properties for the user.
Options:
1) Simple "Remove Connection Profile" modeling action
2) Add a "Clear" option in the "Set Connection Profile" action
3) Add a "Clean up Preview 'stuff'" action on a model project?
4) Add "Clean up Preview 'stuff'" on Export Model Project Set (tough to do)
5) Add option during Import Model Project Set to "Clean up preview stuff" (clear connection info from source models)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (TEIIDDES-518) DTP context menu options on Teiid tables should consider whether virtual model supports update.
by Ken Johnson (JIRA)
DTP context menu options on Teiid tables should consider whether virtual model supports update.
-----------------------------------------------------------------------------------------------
Key: TEIIDDES-518
URL: https://jira.jboss.org/browse/TEIIDDES-518
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 7.0
Environment: Teiid Designer 7.0 + JBoss Dev Studio 3.0.1GA
Teiid 7.1 Alpha on EAP 5.1
RHEL 6, OpenJDK 1.6
Reporter: Ken Johnson
In DTP, Context menu for Table contains several options under Data->(Edit, Load, Extract, Sample Contents). For virtual tables, Extract and Sample Contents are fine. Edit and Load will attempt to write data. Thus a few issues:
a) These options should be disabled if the table in question does not have Supports Update checked.
b) These options should be tested when the table *does* have Update and Insert procedures defined.
c) Tables in SYS schema should never be writable.
When working with physical tables, all options should be available and work correctly. Cursory testing indicates this is the case - at least with a MySQL data source underlying the model.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (TEIIDDES-823) NPE during "undo" action on view creation
by Ramesh Reddy (JIRA)
NPE during "undo" action on view creation
-----------------------------------------
Key: TEIIDDES-823
URL: https://issues.jboss.org/browse/TEIIDDES-823
Project: Teiid Designer
Issue Type: Bug
Components: Editors, Modeling
Affects Versions: 7.2
Environment: F14, JBDS-CR2
Reporter: Ramesh Reddy
I created a view, which had bad transformation, I edited it, then I hit ctrl-Z couple times, it went back "undo" of the view table itself, and showed the below error. When I selected "redo" view came back fine. It may be hard to reproduce. Also, the refresh action during the "redo" is not complete, it shows un-refreshed screen.
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
Caused by: java.lang.NullPointerException
at com.metamatrix.modeler.internal.ui.editors.ModelObjectEditorPanel.deactivate(ModelObjectEditorPanel.java:343)
at com.metamatrix.modeler.internal.ui.editors.ModelObjectEditorPanel.close(ModelObjectEditorPanel.java:323)
at com.metamatrix.modeler.internal.ui.editors.MultiPageModelEditor.closeObjectEditor(MultiPageModelEditor.java:409)
at com.metamatrix.modeler.internal.ui.editors.ModelEditor$8.run(ModelEditor.java:1173)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month