[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-dev] [Policy] Exceptions when clicking on policy picture
|
- From: "Oisin Hurley" <oisin.hurley@xxxxxxxxx>
- Date: Fri, 14 Nov 2008 16:18:09 +0000
- Delivered-to: stp-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=kTi39qCZRBUcV6REgoBa3SSP/3A8AWefvX68kce+RJ4=; b=AAhJXPncXvGPfSish7yNQaDZEEam+/PZMamjVJZkizLTswSztL7m13QIU+fWbfST6E rtN+vTAxRdTSp8JqA9JdHgEyRvR27H1gSmJG4a+WVC8anotQ+MeVzeEup1Z6sy5dKdwl FiDYGOAxyKGURfB2vdjTmK5FMLrNOkH5xkfms=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Vmp8CGDcjHmBI13GAzWOtFJwitT3VuMB9vgZCJmlPVYoQv7/KPaLHNCVmxmo7kDrvX 59fwjzffKsVCnNY7EgR/IDyj9MpExbqtj5oax8JJyGr4vixu63N53ryj/tcCutR7/t89 Jks4DElLkfdTJPnMQXjCFrDh4DhMOMENRhwKw=
New > Other > WS-Policy
Click on any of the compartments in the resulting diagram and
exception ensues (see below).
This looks like it could be a 3.4/3.5 issue perhaps? Can you
investigate further to confirm? We probably don't want to release
with this (note I am using 3.5M3), what you think?
--oh
java.lang.IllegalAccessError: tried to access method
org.eclipse.ui.part.MultiPageEditorPart.getActivePage()I from class
org.eclipse.stp.policy.wtp.editor.PolicyMultiPageEditor$SourceEditorSelectionListener
at org.eclipse.stp.policy.wtp.editor.PolicyMultiPageEditor$SourceEditorSelectionListener.selectionChanged(PolicyMultiPageEditor.java:168)
at org.eclipse.wst.sse.ui.StructuredTextEditor$5.run(StructuredTextEditor.java:855)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.fireSelectionChanged(StructuredTextEditor.java:853)
at org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.handlePostSelectionChanged(StructuredTextEditor.java:911)
at org.eclipse.wst.sse.ui.StructuredTextEditor$4.selectionChanged(StructuredTextEditor.java:834)
at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2579)
at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2527)
at org.eclipse.jface.text.TextViewer$5.run(TextViewer.java:2506)
at org.eclipse.swt.widgets.Display.runTimers(Display.java:3568)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3045)
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:370)
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:585)
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)