[
https://issues.jboss.org/browse/TEIIDDES-3206?page=com.atlassian.jira.plu...
]
Matej Kralik updated TEIIDDES-3206:
-----------------------------------
Labels: release_notes (was: )
Unable to add sources to a Multi-source model
---------------------------------------------
Key: TEIIDDES-3206
URL:
https://issues.jboss.org/browse/TEIIDDES-3206
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 11.1.3
Reporter: Debbie Steigner
Assignee: Barry LaFond
Labels: release_notes
Fix For: 11.2
With an existing VDB with Multi-source models already defined, if you want to add more
clicking on the Add button does nothing. You have to delete one of the existing sources
then you can Add additional. I see the below in the .log:
!ENTRY org.eclipse.ui 4 0 2018-06-14 07:41:18.381
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.teiid.designer.vdb.VdbSourceInfo.add(VdbSourceInfo.java:94)
at
org.teiid.designer.vdb.ui.editor.panels.ModelDetailsPanel$4.widgetSelected(ModelDetailsPanel.java:233)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5348)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4602)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4183)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
at
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
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:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
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:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)