Yeah Brian, it looks like that's what is confusing ColdSpring. Once I
break it up into two definitions (per the example, into BaseComponentC
and ComponentC) and place the non-incidental dependencies as
contructor args, it works.
The combination of anonymous inner beans, autowiring and proxies was
just too much at once.
On Oct 17, 12:25 pm, "Brian Kotek" <
brian...@gmail.com> wrote:
> I've never had a problem passing proxied beans into other proxied beans, but
> I've always done it within the real bean, not in the proxy. In other words,
> I set the dependency in the original bean not the proxy that wraps it. I've
> never tried to do this with implicit autowiring though, I always declare
> bean properties explicitly.
>
> On Fri, Oct 17, 2008 at 11:39 AM, Steve Brownlee
> <
steven.brown...@gmail.com>wrote: