|
PicketLink 2.7.0.CR3 contains HttpServletRequestListener.
HttpServletRequestListener is a @WebListener
@WebListener
|
public class HttpServletRequestListener implements ServletRequestListener {
|
HttpServletRequestListener contains a producer method:
@PicketLink
|
@Produces
|
@Typed(HttpServletRequest.class)
|
public HttpServletRequest produce() {
|
Weld never recognizes or registers the producer method in this class even though other producers in the same JAR in the same module are registered and recognized.
|