context.getObjectStore().get(Object.class));
ManagerTest2Context containerContext = manager.getContext(ManagerTest2Context.class);
Assert.assertFalse(containerContext.isActive());
containerContext.activate("A");
try
{
Assert.assertNotNull(
"Should have set a Double in container scope",
containerContext.getObjectStore().get(Double.class));