Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] [Policy] Exceptions when clicking on policy picture

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)


Back to the top