Eclipse Validator Error

Feb 19, 2010 13:20

If you use eclipse or an eclipse based IDE for Java development, you might see the following error from time to time - "WSDL Validator is a delegating validator but no delegate can found for it". The project will not compile after this.

Solution:
1. From the menu bar, go to Project > Properties > Validation.
2. Check the check-boxes for XML Schema Validator, XML Validator and WSDL Validator.
3. Apply changes, clean and re-build.

eclipse, java, validator, wsdl

Previous post Next post
Up