-
Bug
-
Resolution: Done
-
Major
-
PLINK_2.7.0.CR2
-
None
The class org.picketlink.http.internal.PicketLinkServletContextListener is annotated with an invalid scope
@ApplicationScoped @WebListener public class PicketLinkServletContextListener implements ServletContextListener
Declaring CDI scopes for listeners, servlets or filters is not allowed!
You need to refactor and extract the listener related logic into a separate class.