Back Forum Reply New

Warning: referenced bean quot;xyzquot; not found

Hi,

i'm using Spring2rc2 and the Spring-IDE.

My application is working fine, but my Eclipse-IDE is showing some warnings, if a referenced bean is defined in an other applicationContext file. Can i removed the warnings somehow?

Cheers,

Ingo

If I recall correctly, you should be able to define a config set with both application contexts. Then the warning should disappear.
If you do not want that, you can also have a config set with only the context containing the bean making the reference. This config set could then be marked as incomplete.

Regards,
Andreas

Thank you very much, i was working so long with this warnings...

I thought i add the beans file for file or create a config set at once. I didn't know this isn't the same.

Cheers,

Ingo

Hi all,

Just to add to what Andreas said, check out this section from the Spring IDE wiki: project/wik...Setsopti  onal

-Arthur Loder
¥
Back Forum Reply New