Hi!
I'm working with Activiti Designer for research motivations. I have checked out the master version from github and I can run the project correctly.
I can check all is working properly, but the only point I can't see is the validation. I can see a bundle called org.activiti.designer.validation.bpmn20 and inside there is an extension of org.activiti.designer.eclipse.extension.ProcessValidator pointing to the class org.activiti.designer.validation.bpmn20.validation.BPMN20ProcessValidator where I can see de validation process, however I can't see the call to validation in org.activiti.designer.eclipse bundle, and I can't see any error in my editor.
How and when validation is invoked? Could you please send me a pointer?
Thanks in adavnace.