JBoss development,
A new message was posted in the thread "Qualifiers introduced a cleanup bug":
http://community.jboss.org/message/521920#521920
Author : Kabir Khan
Profile :
http://community.jboss.org/people/kabir.khan@jboss.com
Message:
--------------------------------------------------------------
Fixed by introducing
public interface ClearableDependencyItem
{
void clear(Controller controller);
}
and making ClassDependencyItem + ContextualInjectionDependencyItem implement that, and
checking for ClearableDI instead in
AbstractKernelControllerContext.removeClassContextReference()
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/521920#521920