Object reference = getBeanManager().getReference(bean, WithStereoTypeInterceptorBean.class, ctx);
Assert.assertNotNull(reference);
Assert.assertTrue(reference instanceof WithStereoTypeInterceptorBean);
WithStereoTypeInterceptorBean beanInstance = (WithStereoTypeInterceptorBean)reference;
beanInstance.sayHello();
Assert.assertTrue(TransactionInterceptor.ECHO);
shutDownContainer();