Ok so I see that AbstractInterceptors do define get and set container.
and if this is there then I must advise against the "BeanClassLoader" since
the container.getMetaData is there.
In short
1- where are get/set container called on plugins, when? ( I miss it in init
right now)
2- whether you call or not, why the BeanClassLoader for root naming only...
3- Isnt' the "bean" in Container a better class to put all metaData instead
of passing information implicitely.
4- Since your interceptors are "newed" for container interceptors at this
point you should use the set, and then 3 applies
<sigh/>
marc