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

Namespace validation misses certain cases

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.0.0.Alpha4, 2.2.10.Final
    • None
    • None
    • None

    Description

      Having
      @Named("foo.bar.baz") class Bean1 and
      @Named("foo.bar") class Bean2

      this fails as expected.

      If we however have
      @Named("foo.bar.baz") class Bean1 and
      @Named("foo") class Bean2
      then this invalid scenario is not detected by Weld

      Attachments

        Activity

          People

            rhn-engineering-jharting Jozef Hartinger
            rhn-engineering-jharting Jozef Hartinger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: