[jboss-user] [JBoss Microcontainer Development] New message: "Re: Qualifiers introduced a cleanup bug"

Kabir Khan do-not-reply at jboss.com
Sun Jan 24 07:16:09 EST 2010


User 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




More information about the jboss-user mailing list