assertNull(context.getClassLoader());
}
public void testSubdeploymentClassLoader() throws Exception
{
TestClassLoaderDeployer deployer = new TestClassLoaderDeployer();
DeployerClient main = createMainDeployer(deployer);
Deployment deployment = createSimpleDeployment("top");
DeploymentFactory factory = new DeploymentFactory();
factory.addContext(deployment, "sub");