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

Namespace validation misses certain cases

XMLWordPrintable

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

      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

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

                Created:
                Updated:
                Resolved: