TestStatusBean.postActivate = true; try { ctx.proceed(); } catch (Exception e) { throw new RuntimeException(e); }
TestStatusBean.postConstruct = true; try { ctx.proceed(); } catch (Exception e) { throw new RuntimeException(e); }
TestStatusBean.preDestroy = true; try { ctx.proceed(); } catch (Exception e) { throw new RuntimeException(e); }
TestStatusBean.prePassivate = true; try { ctx.proceed(); } catch (Exception e) { throw new RuntimeException(e); }