"adrian(a)jboss.org" wrote :
| What you have done is added a reference to the class in the SuppliesMetaData
| which once the bean gets uninstalled will cause a memory leak.
|
| UninstalledBeanMetaData (waiting to get reinstalled) ->
| SuppliesMetaData -> Class -> ClassLoader (that is supposed to be
| garbage collected).
Ok, this is then the same as If I would set a value (the demaning class) in the
AbstractDependencyMD?
So class should only be set in the 'placeholder' DependencyItem? No memory leak
problem there?
As for MDV[]Node.describeVisit() - it should not add any class refs to MetaData then?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965314#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...