[OS-JIRA] Created: (WOL-1094) Entity Modeler - Exception in error log when expanding entity in outline view

From: John Huss (JIRA) ("John)
Date: Fri Sep 18 2009 - 22:37:59 EDT

  • Next message: John Huss (JIRA): "[OS-JIRA] Created: (WOL-1095) Entity Modeler - Fetch Spec Sort Ordering Properties view is bad with lots of attributes"

    Entity Modeler - Exception in error log when expanding entity in outline view
    -----------------------------------------------------------------------------

                     Key: WOL-1094
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1094
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: WOLips 3.3.2.* (nightly build please specify)
             Environment: WOLips 3.4.5950
                Reporter: John Huss
                Priority: Minor

    Entity Modeler - Exception in error log when expanding entity in outline view

    Steps to reproduce:
    1) Open entity modeler
    2) Click the triangle in the outline view to expand an entity
    3) Check eclipse error log

    java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part org.eclipse.ui.views.ContentOutline while still in the middle of activating part org.objectstyle.wolips.eomodeler.editors.EOModelEditor
            at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3441)
            at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3034)
            at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:272)
            at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:236)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1566)
            at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1439)
            at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2949)
            at org.eclipse.swt.widgets.Control.forceFocus(Control.java:1006)
            at org.eclipse.swt.widgets.Control.setFocus(Control.java:3426)
            at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:921)
            at org.eclipse.ui.views.contentoutline.ContentOutlinePage.setFocus(ContentOutlinePage.java:164)
            at org.objectstyle.wolips.eomodeler.editors.EOModelEditor.fireSelectionChanged(EOModelEditor.java:706)
            at org.objectstyle.wolips.eomodeler.editors.EOModelEditor.setSelection(EOModelEditor.java:1166)
            at org.objectstyle.wolips.eomodeler.editors.EOModelEditor$EOModelContentSelectionChangedListener.selectionChanged(EOModelEditor.java:271)
            at org.eclipse.ui.views.contentoutline.ContentOutlinePage$1.run(ContentOutlinePage.java:99)
            at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
            at org.eclipse.ui.views.contentoutline.ContentOutlinePage.fireSelectionChanged(ContentOutlinePage.java:97)
            at org.objectstyle.wolips.eomodeler.outline.EOModelContentOutlinePage.fireSelectionChanged(EOModelContentOutlinePage.java:229)
            at org.eclipse.ui.views.contentoutline.ContentOutlinePage.selectionChanged(ContentOutlinePage.java:157)
            at org.objectstyle.wolips.eomodeler.outline.EOModelContentOutlinePage.selectionChanged(EOModelContentOutlinePage.java:233)
            at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
            at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
            at org.eclipse.core.runtime.Platform.run(Platform.java:880)
            at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
            at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
            at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
            at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062)
            at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1638)
            at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1104)
            at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:392)
            at org.objectstyle.wolips.eomodeler.outline.EOModelTreeViewUpdater.showModel(EOModelTreeViewUpdater.java:119)
            at org.objectstyle.wolips.eomodeler.outline.EOModelTreeViewUpdater.setInput(EOModelTreeViewUpdater.java:138)
            at org.objectstyle.wolips.eomodeler.outline.EOModelTreeViewUpdater.setModel(EOModelTreeViewUpdater.java:102)
            at org.objectstyle.wolips.eomodeler.outline.EOModelContentOutlinePage.createControl(EOModelContentOutlinePage.java:153)
            at org.eclipse.ui.views.contentoutline.ContentOutline.doCreatePage(ContentOutline.java:137)
            at org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:399)
            at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:741)
            at org.eclipse.ui.views.contentoutline.ContentOutline.partBroughtToTop(ContentOutline.java:212)
            at org.eclipse.ui.internal.PartListenerList$2.run(PartListenerList.java:87)
            at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
            at org.eclipse.core.runtime.Platform.run(Platform.java:880)
            at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57)
            at org.eclipse.ui.internal.PartListenerList.firePartBroughtToTop(PartListenerList.java:85)
            at org.eclipse.ui.internal.PartService.firePartBroughtToTop(PartService.java:207)
            at org.eclipse.ui.internal.WorkbenchPagePartList.firePartBroughtToTop(WorkbenchPagePartList.java:75)
            at org.eclipse.ui.internal.WorkbenchPagePartList.fireActiveEditorChanged(WorkbenchPagePartList.java:51)
            at org.eclipse.ui.internal.PartList.setActiveEditor(PartList.java:152)
            at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1259)
            at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3484)
            at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:610)
            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2832)
            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)
            at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)
            at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)
            at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)
            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2635)
            at org.eclipse.ui.ide.IDE.openEditor(IDE.java:708)
            at org.objectstyle.wolips.eomodeler.actions.OpenEntityModelerAction.openResourceIfPossible(OpenEntityModelerAction.java:165)
            at org.objectstyle.wolips.eomodeler.eclipse.PackageExplorerDoubleClickHandler.doubleClick(PackageExplorerDoubleClickHandler.java:244)
            at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799)
            at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
            at org.eclipse.core.runtime.Platform.run(Platform.java:880)
            at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
            at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
            at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797)
            at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1419)
            at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1173)
            at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237)
            at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234)
            at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
            at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482)
            at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:3024)
            at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2104)
            at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375)
            at org.eclipse.swt.widgets.Display.controlProc(Display.java:862)
            at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)
            at org.eclipse.swt.widgets.Tree.kEventMouseDown(Tree.java:2599)
            at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1326)
            at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2929)
            at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051)
            at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
            at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
            at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
            at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
            at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
            at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
            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:592)
            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)

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri Sep 18 2009 - 22:38:37 EDT