Whenever the Riseclipse related roadblock is gone we need to enable the OCL Validator plugin adding the following entry to the `plugins.js` file: ```js { name: 'Validate using OCL', src: '/src/validators/CompasValidateSchema.js', icon: 'rule_folder', default: true, kind: 'validator', } ```