thomasulllrich
thomasulllrich
Hi Tijs, hope I get it right. For me it sounds like that the current JOB_EXECUTION_SUCCES is representing something else as it is used for right now and it should...
Hi! I had the same problem. I fixed it at least locally. In the class org.activiti.designer.util.extension.ExtensionUtil I replaced all locations of try { javaProject = (IJavaProject) project.getNature(JavaCore.NATURE_ID); } by this...
There is more than one location in the changed class which needs to be corrected as far as I remember. Can you check it? It should be the same code...