try { System.out.println("LifecycleInterceptor postConstruct"); ctx.proceed(); } catch(Exception e) { throw new RuntimeException(e); }