Memory leak because of injecting @ViewScoped beans in @FlowScoped beans
Currently we are developing a new JEE application that amongst others makes use of CDI and JSF. The application runs on a Jetty server where Weld 2.2.1.Final was added as CDI-implementation and Mojarra 2.2.6 as JSF-implementation. A while ago we noticed that sometimes the server halted without any obvious reason. It did not crash but … [Read more…]