Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11449

Specialized Bean can set bean name if it is not inherited

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.Beta3
    • 3.3.0.Beta1
    • cdi
    • None

      EXECUTE: Create bean class Test1 that is not annotated with @Named.
      EXECUTE: Create bean class Test2

      @Named
      @Specializes
      public class Test2 extends Test1 {
      }
      

      ASSERT: Bean name 'test2' is available for EL.

            scabanovich Viacheslav Kabanovich (Inactive)
            scabanovich Viacheslav Kabanovich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: