I’m using custom Spring extensions and the associated xsd has changed to allow new values in a enumerated attribute. The schema has been changed in both the version in the classpath and the version referenced in the xsi:schemaLocation attribute but the MyEclipse validation is showing any references to the new values as an error and the enumerated values in the error message are from the old schema version.
I’ve tried restarting with the -clean option with no effect. Is there some was I can force MyEclipse to update it’s version of the xsd?
Thanks,
Cameron.