I’m constructing a set of bean split across multiple files.
In one case, a bean with a ‘depends-on’ depends on a bean defined in the file that includes the file.
E.G.
File 1:
define bean B
include file 2
FIle 2:
define bean C to depend on bean B.
I get a red x error in the MyEclipseIDE, even though both files are shows in the Spring Beans view and B is defined.