com.google.inject.OutOfScopeException: Cannot access scoped
Hi all
I'm using ivy 6.3.0 with JSF + Primefaces, when i test my website with multiple users at the same time, i got this:
12:36:49.661 ERROR [ch.ivyteam.ivy.dialog.execution.jsf.error] [http-nio-8443-exec-393] [requestId=2235134]
Error during rendering of html dialog
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error in custom provider, com.google.inject.OutOfScopeException: Cannot access scoped [ch.ivyteam.ivy.dialog.execution.DialogRuntimeManager]. Either we are not currently inside an HTTP Servlet request, or you may have forgotten to apply com.google.inject.servlet.GuiceFilter as a servlet filter for this request.
We also get this problem when i embed my page to another by using *iframe*
We don't use any api from *com.google.inject*, it could come from ivy library i guess.
Does anyone have any idea why this exception occurred?
Thanks all