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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...