I am working with eclipse Helios version 3.6 and recently I tried to follow the tutorial: http://wiki.eclipse.org/EMF/Validation/Recipes in order to read my ocl constraints from a text file.
I completed all steps and after I run the project as an eclipse application there seems to be no connection between the validation tool and my .ocl file. My ocl validation is trivial (1=2) but does not seem to trigger.
Does anyone has any idea on how I can solve this issue?