protected Deployment createManyChildren() throws Exception
{
DeploymentFactory factory = getDeploymentFactory();
Deployment deployment = createDeployment(factory);
factory.addContext(deployment, "child1");
factory.addContext(deployment, "child2");
factory.addContext(deployment, "child3");
return deployment;
}
public void testMetaDataLocation() throws Exception