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

adrian@jboss.org do-not-reply at jboss.com
Mon Dec 1 07:23:53 EST 2008


"alesj" wrote : Found it. ;-)
  | 
  | The problem is, that we're releasing Module twice:
  |  - AbstractClassLoaderDescribeDeployer::undeploy
  |  - AbstractLevelClassLoaderSystemDeployer::undeploy
  | 
  | Which one is overhead?
  | Or should we have two phases of remove?

I don't think that is true.
The first one does the release() the second one only does reset()
which removes the cached state that will get recalculated on redeploy.

The alias removal should be done at release.

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

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



More information about the jboss-dev-forums mailing list