Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-4877

Wrong default managed bean name of backing beans whose name starts with more than 2 capitals

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 9.0.0.Final
    • CDI / Weld
    • None

      Trigger: http://stackoverflow.com/q/31263272/157882

      The below example bean whose unqualified name starts with more than two capitals

      @Named
      public class FOOBean {}
      

      is incorrectly registered with managed bean name of "fOOBean" instead of "FOOBean".

      It worked fine in 9.0.0.CR2.

            sdouglas1@redhat.com Stuart Douglas
            balusc@gmail.com Bauke Scholtz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: