i'm using Eclipse Plugin Camunda Modeller to model BPMN 2.0 and it has worked properly sofar. When i tried to model CallActivity and saved it, it failed. So i couldn't edit the BPMN file and save it properly in Eclipse. The reason were some kind of StackOverflowError:
The following resources could not be saved:
URI: platform:/resource/anzeigengenerierung-workflow/src/main/resources/workflow_abo_excel.bpmn, cause:
java.lang.StackOverflowError
at org.eclipse.emf.ecore.impl.EClassImpl.getEStructuralFeature(EClassImpl.java:1485)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObjectImpl.java:1247)
at org.eclipse.bpmn2.impl.BaseElementImpl.eIsSet(BaseElementImpl.java:330)
at org.eclipse.bpmn2.impl.FlowElementImpl.eIsSet(FlowElementImpl.java:358)
at org.eclipse.bpmn2.impl.FlowNodeImpl.eIsSet(FlowNodeImpl.java:257)
at org.eclipse.bpmn2.impl.ActivityImpl.eIsSet(ActivityImpl.java:696)
at org.eclipse.bpmn2.impl.CallActivityImpl.eIsSet(CallActivityImpl.java:210)
at org.camunda.bpm.modeler.runtime.engine.model.impl.CallActivityImpl.eIsSet
The Exception Stack Trace was:
java.lang.RuntimeException
at org.eclipse.graphiti.ui.editor.DefaultPersistencyBehavior.save(DefaultPersistencyBehavior.java:351)
at org.camunda.bpm.modeler.ui.diagram.editor.Bpmn2PersistencyBehavior.save(Bpmn2PersistencyBehavior.java:48)
at org.eclipse.graphiti.ui.editor.DefaultPersistencyBehavior$SaveOperation.run(DefaultPersistencyBehavior.java:448)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Do you guys have any idea how to fix this kind of problem. Is it a bug with Eclipse Plugin Camunda Modeller. By the way i'm using Eclipse Luna. Thanks you in advance.
Best Regard
Nam
it only occurs when i try to add a call activity and save the BPMN model. Maybe it is some issues with Eclipse Luna cause it happens only when i use Plugin Camunda Modeller inside Eclipse Luna. With other version like Eclipse Kepler i have no problem at all.
Best Regard
Nam