Ales Justin wrote:
Why don't you rather use alias then change original name in the middle of bean's lifecycle?
Imo, the name should actually be made immutable, specially after the context is installed.
Well the thing is that i'm not changing the name during the lifecycle - it's the kernel InstallAction, which does that. I just override the original context name before i call install(), since BMD only allows Strings as a name.