Object obj2 = getManager().getInstance(comps.get(1));
Assert.assertSame(i.getInstance().getTyped2(), ((CurrentBindingComponent) obj2).getTyped2());
CurrentBindingComponent bc = (CurrentBindingComponent) obj2;
ITyped2 typed2 = bc.getTyped2();
Assert.assertNotNull(typed2);
ContextFactory.destroyRequestContext(null);
ContextFactory.destroySessionContext(session);