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

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: