Eclipse Europa Breaks my Project…

Argh… I have an xml file that Eclipse Europa is flagging with a couple “cvc-complex-type” errors. Why??? Eclipse 3.2 had no problem with the exact same xml file.

Here are the error messages:

  • cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element ‘ehcache:annotations’.
  • cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element ‘ehcache:config’.

There must have been a change in how Eclipse is validating xml schemas. Regardless, it is pissing me off. Now, my perfectly good, tested, working application has two errors I cannot fix.

This Post Has 5 Comments

  1. Eugene Kuleshov

    I guess it is not Europa per say, but WTP’s XML validation. You’ll need to report a bug to them and in a mean time you can disable XML validation on that project.

  2. Scott Williams

    Have you tried IDEA, I bet you wouldn’t have that problem. 🙂

  3. Erik Weibust

    Scott,

    You are no help. Go away. 🙂

  4. Erik Weibust

    Eugene,

    Thanks for stopping by. I’ll report a bug against the WTP project when I get to work tomorrow.

    Thanks…

  5. Erik Weibust

    Damn…. how funny. I do a google search for “cvc-comple-type eclipse” and end up on my own blog. Very funny, except for the part that I’m having the same dang problem I had 7 months ago. 🙁

Leave a Reply