}
public void testContextMO() throws Exception
{
ManagementView mgtView = getManagementView();
mgtView.load();
Set<ManagedComponent> comps = mgtView.getComponentsForType(new ComponentType("WAR", "Context"));
for (ManagedComponent comp : comps)
{
if (comp.getDeployment().getName().endsWith("jmx-console.war/"))
{