Re: cdi execute code on session start

2018-05-08 Thread Romain Manni-Bucau
Le mar. 8 mai 2018 10:50, Matthew Broadhead a écrit : > @WebListener works fine > > public void processSessionScopedInit(@Observes > @Initialized(SessionScoped.class) HttpSession payload) {} caused an > infinite loop in the code. i can send you a stack trace but it grows so > long it is hard to

Re: cdi execute code on session start

2018-05-08 Thread Matthew Broadhead
@WebListener works fine public void processSessionScopedInit(@Observes @Initialized(SessionScoped.class) HttpSession payload) {} caused an infinite loop in the code.  i can send you a stack trace but it grows so long it is hard to find the initial cause however i have not fixed my problem be