Using EMF Validation to validate model I get error messages such as

The feature 'blah' of 'blah' with 0 values must have at least 1 values

This message might be confusing to user, is there anyway I can override this error message for particular element/attribute with custom message? In a schema perhaps?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 2 down vote accepted

We have done this by adding a new fragment for org.eclipse.emf.ecore with our new message texts in the file plugin_en.properties. These will take precedence over the texts in plugin.properties...

link|improve this answer
Thank you, exactly what I needed. – akravets Jun 24 '11 at 16:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.