[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: AbstractDeploymentClassLoaderPolicyModule is mossing res

alesj do-not-reply at jboss.com
Fri Nov 28 15:38:48 EST 2008


This

  |          if (aliases != null && aliases.contains(contextName) == false)
  | 
was also a bug.
It should be

  |          if (aliases == null || (aliases != null && aliases.contains(contextName) == false))
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193130#4193130

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193130



More information about the jboss-dev-forums mailing list