cancel
Showing results for 
Search instead for 
Did you mean: 

Exception while trying to open test diagrams

ivan_hajdinjak
Champ in-the-making
Champ in-the-making
Greetings,

while I was trying to open any diagram in activiti-engine-examples, the following error occured:

Could not open the editor: org.eclipse.emf.ecore.xmi.UnresolvedReferenceException: Unresolved reference 'flow15'. (platform:/resource/activiti-engine-examples/src/main/resources/diagrams/VacationRequest.activiti, 321, 119)

Please help me with that.

True regards,
Ivan Hajdinjak
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
Did you install the Eclipse designer? On the correct Eclipse version?

ivan_hajdinjak
Champ in-the-making
Champ in-the-making
Designer is installed, Eclipse version is 3.6.2

nils1
Champ in-the-making
Champ in-the-making
Hi Ivan,

have a look here: http://docs.codehaus.org/display/ACT/Designer+FAQ
Apparently there are some known compatibility issues with Eclipse 3.6.2 and the Activiti designer, use 3.6.1 instead.

Cheers, Nils

stree
Champ in-the-making
Champ in-the-making
the eclipse 3.6.1 and the activiti desginer
I tried to build a test process using the activiti-modeler, then import into the activiti project using eclipse, however always show
——————
Could not open the editor: org.eclipse.emf.ecore.xmi.UnresolvedReferenceException: Unresolved reference 'flow15'.
——————
it seems like the transformation from *.bpmn20.xml to *.activiti is not correct.
when i exam the *.activi file, only a start event existed, the following connections are all lost…

any help

Greetings