> OK, got it. Thanks for the info. Hot-swappable proxy it is! In case anyone else needs to do this, I had to come up with a nasty hack. The problem is that the proxy ends up being reloaded because it depends on the security manager bean. So, when defining the hot-swappable target source, I specify a dummy security manager class that does nothing. Once the bean definitions are all loaded, I swap the real security manager into the target source.
Cheers, Peter
