Spring/Eclipse 'referenced bean not found' warning when using <import>?
Posted
by HDave
on Stack Overflow
See other posts from Stack Overflow
or by HDave
Published on 2010-05-19T18:47:19Z
Indexed on
2010/05/19
18:50 UTC
Read the original article
Hit count: 294
I have just broken up a Spring bean configuration file into smaller external files and have used the the "import" directive to include them in my Spring Test application context XML file.
But whenever I reference one of the beans from the imported files I get a warning within Eclipse/STS/Spring XML editor complaining that "referenced bean 'foo' not found"
Is this is a bug or is it me? It's really annoying because I don't want to disable the warning, yet at my company we try to eliminate all warnings.
© Stack Overflow or respective owner