Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1872

@WebListener is not treated as a managed bean

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 2.2.6.Final
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              arcivanov_jira Arcadiy Ivanov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: