public void testMultipleSubDeploymentClassLoaderSpecifiedDomain() throws Exception
{
DeployerClient deployer = getMainDeployer();
Deployment deployment = createSimpleDeployment("top");
addClassLoadingMetaData(deployment, "top", null);
ContextInfo sub1 = addChild(deployment, "sub1");
ClassLoadingMetaData topSub1 = addClassLoadingMetaData(sub1, "top/sub1", null, A.class);
topSub1.setDomain("TestDomain");