[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-2166) The Seam Components view is incorrectly defined in the perspectiveExtensions extension point

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Mon Apr 28 17:04:13 EDT 2008


The Seam Components view is incorrectly defined in the perspectiveExtensions extension point
--------------------------------------------------------------------------------------------

                 Key: JBIDE-2166
                 URL: http://jira.jboss.com/jira/browse/JBIDE-2166
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
    Affects Versions: 2.1.0.beta1
            Reporter: Snjezana Peco
         Assigned To: Snjezana Peco
            Priority: Trivial


This issue happens if you open the Resource perspective in your workspace the first time.
If you were doing it before, you need to open the perspective and call Window>Reset Perspective
You will get the following exception:

!ENTRY org.eclipse.ui 4 4 2008-04-28 22:43:20.875
!MESSAGE Exception in org.eclipse.ui.internal.PageLayout.addView: org.eclipse.ui.PartInitException: Could not create view: org.jboss.tools.seam.ui.views.SeamComponentsView
!STACK 1
org.eclipse.ui.PartInitException: Could not create view: org.jboss.tools.seam.ui.views.SeamComponentsView
	at org.eclipse.ui.internal.ViewFactory.createView(ViewFactory.java:156)
	at org.eclipse.ui.internal.LayoutHelper.createView(LayoutHelper.java:162)
	at org.eclipse.ui.internal.PageLayout.createView(PageLayout.java:506)
	at org.eclipse.ui.internal.PageLayout.addView(PageLayout.java:386)
	at org.eclipse.ui.internal.PageLayout.addView(PageLayout.java:372)
	at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.processView(PerspectiveExtensionReader.java:272)
	at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.processExtension(PerspectiveExtensionReader.java:118)
	at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.readElement(PerspectiveExtensionReader.java:329)
	at org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138)
	at org.eclipse.ui.internal.registry.RegistryReader.readExtension(RegistryReader.java:149)
	at org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:170)
	at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.extendLayout(PerspectiveExtensionReader.java:82)
	at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:770)
	at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:258)
	at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:146)
	at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1546)
	at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:990)
	at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPage.java:981)
	at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3578)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
	at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3576)
	at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveMenu.java:92)
	at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:336)
	at org.eclipse.ui.actions.PerspectiveMenu.runOther(PerspectiveMenu.java:352)
	at org.eclipse.ui.actions.PerspectiveMenu$3.runWithEvent(PerspectiveMenu.java:108)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
	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:585)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
!SUBENTRY 1 org.eclipse.ui 4 0 2008-04-28 22:43:20.875
!MESSAGE Could not create view: org.jboss.tools.seam.ui.views.SeamComponentsView


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

        



More information about the jbosstools-issues mailing list