Eager ApplicationScoped managed beans constructed multiple times

前端 未结 2 1074
醉梦人生
醉梦人生 2021-01-01 02:08

I have a bunch of eager ApplicationScoped managed beans. Some of them are injected into others by the ManagedProperty annotation, forming

2条回答
  •  情话喂你
    2021-01-01 02:29

    I have same problems with Mojarra 2.0.x. I guess that problem is connected with multithreaded JSF initilization. Try disabling it by com.sun.faces.enableMultiThreadedStartup parameter.

提交回复
热议问题