imixs / imixs-bpmn

Imixs BPMN2 Modelling Tool
9 stars 3 forks source link

CatchEvent did not display activityID #44

Closed rsoika closed 8 years ago

rsoika commented 8 years ago

It looks like this bug only ocures if not the 'Full'-Profile is activated in the palette.

rsoika commented 8 years ago

see also issue #33

rsoika commented 8 years ago

Maybe it is a problem with the Imixs-BPMN migration tool - need to verify the .bpmn file !!

rsoika commented 8 years ago

Finally it looks like the problem ocures in case a 'deprecated' BPMN2 setting file is located in the Eclipse Workspace -> project -> .settins/ folder!!!! Removing this bpmn config file solves the problem

rsoika commented 8 years ago

Note: also the target runtime must be set to 'imixs' to get the activityID working. Maybe some of our methods determining the existence of the imixs runtime is not working correctly? So what happens if we set the runtime to 'none' and then try to reproduce the bug......

rsoika commented 8 years ago

test model found! error can be isolated now

rsoika commented 8 years ago

the reason was the missing method

@Override public ICreateFeature getCreateFeature(IFeatureProvider fp) { return new CreateIntermediateCatchEventFeature(fp) { }; }

which is necessary!!

rsoika commented 8 years ago

seems to be fixed now!

rsoika commented 8 years ago

can not be fixed because of problem in eclipse bpmn2 version - See core ExtendedPropertyAdaper

rsoika commented 8 years ago

we removed the throwEvent