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

@WebListener is not treated as a managed bean

XMLWordPrintable

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

      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.

        1. weld-filtered.log
          502 kB
          Arcadiy Ivanov
        2. weld-HttpServletRequestListener.log
          1 kB
          Arcadiy Ivanov

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

              Created:
              Updated:
              Resolved: