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

alesj do-not-reply at jboss.com
Sun Nov 30 03:27:55 EST 2008


What about if I simply override Module::release (instead of reset) in AbstractDeploymentClassLoaderPolicyModule:

  |    @Override
  |    public void release()
  |    {
  |       try
  |       {
  |          super.release();
  |       }
  |       finally
  |       {
  |          determineContextName(unit, false);
  |       }
  |    }
  | 
All the tests pass, and I don't get any error log. :-)

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

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



More information about the jboss-dev-forums mailing list