Hello,
I can reproduce the problem with Eclipse 3.1.2 + MyEclipse 4.1.1 and Eclipse 3.2RC7 + MyEclipse 5.0 M1
I’ve tried it with:
– spring.jar exported by another reference project
– spirng.jar in the web project itself, but not located in WEB-INF/lib
– spring.jar in the web project itselt, and stored in WEB-INF/lib
In all cases the running application works fine, and the Class DelegatingVariableResolver can be found in Java Source Editor.
The only problem occurs with the faces-config.xml Editor, witch says that DelegatingVariableResolver does not implement VariableResolver.
But the problem seems to be that if you look at the type hierarchy of DelegatingVariableResolver, it does not show VariableResovler.
If you attach the spring sources, open DelegatingVariableResolver, place the cursor to Variable Resolver in the Line …DelegatingVariableResolver extends VariableResolver…, hit the right mouse button and try to open decleration of Variable Resolver, it does not open. (Status bar says “Current text selection does not resolve to a java element”) But “Open Type” works. ??? Strange, huh?
Any Ideas?
Regards
Stefan