Back Forum Reply New

Spring IDE shows wrong (old) errors in xml editor

Hi,

I'm using Eclipse 3.4.1 with Spring IDE 2.2.1. Sometimes Spring IDE shows errors in the xml editor on some beans which are either old or wrong errors. E.g. I change something. An error will correctly be shown. But then I change the xml but the error stays the same.

There must be some weird bug that Spring IDE doesnt revalidate the xml in some circumstances. Cleaning the workspace solves the problem sometimes but not every time.

Any help for this problem?
Is it possible to manually get Spring IDE to revalidate the bean configurations?

TIA

That isn't a Spring IDE issue. Eclipse has same nasty refreshing issues especially with the xml editor (and I experience issues also with the JSP editor).

What helps in most cases (at least for me), select everything (CTRL+A), cut everything (CTRL+C), save (CTRL+S), paste (CTRL+V), save (CTRL+S). No more errors.

OK. Thanks for this workaround.
¥
Back Forum Reply New