Assert.assertTrue(DependentScopedBean.POST_CONSTRUCT);
Assert.assertTrue(!DependentScopedBean.PRE_DESTROY);
DependentScopedBean dbean = (DependentScopedBean)reference;
dbean.sayHello();
//X TODO this should finally work! Assert.assertTrue(DependentInterceptor.refCount == 1);
Assert.assertTrue(DependentScopedBean.SAY_HELLO);
bean.destroy(dbean, ctx);