[
https://jira.jboss.org/jira/browse/TEIIDDES-16?page=com.atlassian.jira.pl...
]
Barry LaFond closed TEIIDDES-16.
--------------------------------
Right-clicking an XSDElementDelcaration gets unhandled event lop
exception
--------------------------------------------------------------------------
Key: TEIIDDES-16
URL:
https://jira.jboss.org/jira/browse/TEIIDDES-16
Project: Teiid Designer
Issue Type: Bug
Environment: F10
Reporter: Paul Nittel
Assignee: Barry LaFond
I was executing the XSD Message Structure Visualization Test Spec when I found this. Step
3m asks the tester to 'Select an XSDElementDeclaration that is NOT at the root
(directly beneath the "schema" node—expand BibliographyEntry and select
"publisher"' When I do that, I get an unhandled event loop exception.
Error 2008-12-11 14:52:04.438 Unhandled event loop exception
nullnull
at
com.metamatrix.modeler.internal.core.ModelEditorImpl.executeAsTransaction(ModelEditorImpl.java:558)
at
com.metamatrix.modeler.internal.core.ModelEditorImpl.getNewChildCommands(ModelEditorImpl.java:378)
at
com.metamatrix.modeler.ui.actions.ModelerActionService.getInsertChildMenu(ModelerActionService.java:948)
at
com.metamatrix.modeler.ui.actions.ModelerActionService.contributeToContextMenu(ModelerActionService.java:269)
at
com.metamatrix.modeler.internal.ui.explorer.ModelExplorerResourceNavigator.fillContextMenu(ModelExplorerResourceNavigator.java:669)
at
com.metamatrix.modeler.internal.ui.explorer.ModelExplorerResourceNavigator$5.menuAboutToShow(ModelExplorerResourceNavigator.java:623)
at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:335)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:463)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:459)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:485)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:235)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1163)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:195)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:3427)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3030)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
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:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.NullPointerException
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSettingDelegate(BasicEObjectImpl.java:1532)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicIsSet(BasicEObjectImpl.java:1268)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObjectImpl.java:1250)
at
org.eclipse.xsd.impl.XSDConcreteComponentImpl.eIsSet(XSDConcreteComponentImpl.java:2104)
at org.eclipse.xsd.impl.XSDParticleImpl.eIsSet(XSDParticleImpl.java:479)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObjectImpl.java:1235)
at
com.metamatrix.modeler.internal.core.ModelEditorImpl.shouldBeDisabled(ModelEditorImpl.java:416)
at
com.metamatrix.modeler.internal.core.ModelEditorImpl.createCommands(ModelEditorImpl.java:3563)
at com.metamatrix.modeler.internal.core.ModelEditorImpl$1.run(ModelEditorImpl.java:374)
at
com.metamatrix.modeler.internal.core.ModelEditorImpl.executeAsTransaction(ModelEditorImpl.java:550)
... 38 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira