Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSuchMethodError trying to open jBPM 5.1 demo file #12

Open
akushunin opened this issue Aug 22, 2011 · 1 comment
Open

NoSuchMethodError trying to open jBPM 5.1 demo file #12

akushunin opened this issue Aug 22, 2011 · 1 comment

Comments

@akushunin
Copy link

Environment:
Eclipse Indigo (3.7);
JBossTools 3.3(nightly build);
Graphiti 0.8.0
BPMN2-Editor-for-Eclipse (installed via update site);

Steps to reproduce:
Download jboss-jbmp-5.1.
It contains an example project "evaluation", with example flow description Evaluation.bpmn
Import example project into eclipse and try to open example descriptor via BPMN2-Editor.

You'll get following exception:
java.lang.NoSuchMethodError: org.eclipse.graphiti.services.IGaService.createDefaultText(Lorg/eclipse/graphiti/mm/GraphicsAlgorithmContainer;Ljava/lang/String;)Lorg/eclipse/graphiti/mm/algorithms/Text;
at org.jboss.bpmn2.editor.core.features.event.AddEventFeature.add(AddEventFeature.java:78)
at org.jboss.bpmn2.editor.core.di.DIImport.createShape(DIImport.java:201)
at org.jboss.bpmn2.editor.core.di.DIImport.importShapes(DIImport.java:144)
at org.jboss.bpmn2.editor.core.di.DIImport.access$3(DIImport.java:141)
at org.jboss.bpmn2.editor.core.di.DIImport$1.doExecute(DIImport.java:112)
at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
at org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:90)
at org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:58)
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
at org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:53)
at org.jboss.bpmn2.editor.core.di.DIImport.generateFromDI(DIImport.java:88)
at org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.importDiagram(BPMN2Editor.java:162)
at org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.access$0(BPMN2Editor.java:156)
at org.jboss.bpmn2.editor.ui.editor.BPMN2Editor$1.doExecute(BPMN2Editor.java:149)
at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:119)
at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:150)
at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:513)
at org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:208)
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
at org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:71)
at org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:58)
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
at org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:53)
at org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.setInput(BPMN2Editor.java:145)
at org.eclipse.gef.ui.parts.GraphicalEditor.init(GraphicalEditor.java:346)
at org.eclipse.graphiti.ui.internal.editor.DiagramEditorInternal.init(DiagramEditorInternal.java:1093)
at org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.init(BPMN2Editor.java:76)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:263)
at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:98)
at org.eclipse.ui.internal.presentations.PresentablePart.setFocus(PresentablePart.java:192)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:94)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:269)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:274)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.handleMouseDown(AbstractTabFolder.java:344)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder$3.mouseDown(AbstractTabFolder.java:78)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:191)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

I've found similar problem here (it was related to 3.7 CR4 eclipse) and it's marked as fixed, maybe there is an old version of editor available through update site?

Also, I can create/edit new files using BPMN2-Editor, but can't open example file. But as I can see from xml point of view, example file is OK it just have default namespace:

file from jboss example:
...
<definitions id="Definition"
targetNamespace="http://www.jboss.org/drools"
typeLanguage="http://www.java.com/javaTypes"
expressionLanguage="http://www.mvel.org/2.0"
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
....

file created via editor:
...
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" id="_XWs-AMyuEeCUDOxz24Ru6Q"
....

As you understand, change example not to use default namespace is not an option.

WBR
Alexej Kushunin.

@ahtik
Copy link
Collaborator

ahtik commented Sep 13, 2011

Hello!

Sorry about the delay in the response!
Email queue got a bit overwhelming and I wanted to fix the issue you
experienced.

BPMN2 Modeler should now support Indigo with Graphiti 0.8.0 and update site
at http://codehoop.com/bpmn2/ should be ok now.
Please see this quick post for more details:
http://ahtik.com/blog/2011/09/14/bpmn2-modeler-gets-indigo-support/

Regs,
Ahti

On Mon, Aug 22, 2011 at 3:27 PM, akushunin <
reply@reply.github.com>wrote:

Environment:
Eclipse Indigo (3.7);
JBossTools 3.3(nightly build);
Graphiti 0.8.0
BPMN2-Editor-for-Eclipse (installed via update site);

Steps to reproduce:
Download jboss-jbmp-5.1.
It contains an example project "evaluation", with example flow description
Evaluation.bpmn
Import example project into eclipse and try to open example descriptor via
BPMN2-Editor.

You'll get following exception:
java.lang.NoSuchMethodError:
org.eclipse.graphiti.services.IGaService.createDefaultText(Lorg/eclipse/graphiti/mm/GraphicsAlgorithmContainer;Ljava/lang/String;)Lorg/eclipse/graphiti/mm/algorithms/Text;
at
org.jboss.bpmn2.editor.core.features.event.AddEventFeature.add(AddEventFeature.java:78)
at
org.jboss.bpmn2.editor.core.di.DIImport.createShape(DIImport.java:201)
at
org.jboss.bpmn2.editor.core.di.DIImport.importShapes(DIImport.java:144)
at
org.jboss.bpmn2.editor.core.di.DIImport.access$3(DIImport.java:141)
at
org.jboss.bpmn2.editor.core.di.DIImport$1.doExecute(DIImport.java:112)
at
org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
at
org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:90)
at
org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:58)
at
org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
at
org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:53)
at
org.jboss.bpmn2.editor.core.di.DIImport.generateFromDI(DIImport.java:88)
at
org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.importDiagram(BPMN2Editor.java:162)
at
org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.access$0(BPMN2Editor.java:156)
at
org.jboss.bpmn2.editor.ui.editor.BPMN2Editor$1.doExecute(BPMN2Editor.java:149)
at
org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
at
org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:119)
at
org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:150)
at
org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:513)
at
org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:208)
at
org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
at
org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:71)
at
org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:58)
at
org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
at
org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl.execute(GFWorkspaceCommandStackImpl.java:53)
at
org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.setInput(BPMN2Editor.java:145)
at
org.eclipse.gef.ui.parts.GraphicalEditor.init(GraphicalEditor.java:346)
at
org.eclipse.graphiti.ui.internal.editor.DiagramEditorInternal.init(DiagramEditorInternal.java:1093)
at
org.jboss.bpmn2.editor.ui.editor.BPMN2Editor.init(BPMN2Editor.java:76)
at
org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at
org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:263)
at
org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:98)
at
org.eclipse.ui.internal.presentations.PresentablePart.setFocus(PresentablePart.java:192)
at
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:94)
at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:269)
at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:274)
at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder.handleMouseDown(AbstractTabFolder.java:344)
at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder$3.mouseDown(AbstractTabFolder.java:78)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:191)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:344)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

I've found similar problem here (it was related to 3.7 CR4 eclipse) and
it's marked as fixed, maybe there is an old version of editor available
through update site?

Also, I can create/edit new files using BPMN2-Editor, but can't open
example file. But as I can see from xml point of view, example file is OK it
just have default namespace:

file from jboss example:
...
<definitions id="Definition"
targetNamespace="http://www.jboss.org/drools"
typeLanguage="http://www.java.com/javaTypes"
expressionLanguage="http://www.mvel.org/2.0"
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
....

file created via editor:
...
<bpmn2:definitions xmlns:bpmn2="
http://www.omg.org/spec/BPMN/20100524/MODEL" id="_XWs-AMyuEeCUDOxz24Ru6Q">
<bpmn2:collaboration id="_XWs-AcyuEeCUDOxz24Ru6Q">
....

As you understand, change example not to use default namespace is not an
option.

WBR
Alexej Kushunin.

Reply to this email directly or view it on GitHub:
#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants