Uploaded image for project: 'CDI Specification Issues'
  1. CDI Specification Issues
  2. CDI-218

Honor WEB-INF/classes/META-INF/beans.xml to activate WEB-INF/classes a bean archive

    XMLWordPrintable

Details

    • Documentation (Ref Guide, User Guide, etc.)

    Description

      Chapter 12.1 specifies that beans.xml must be in the WEB-INF directory of a web archive to activate the WEB-INF/classes directory of that war as a bean archive (and thus make java:comp/BeanManager visible to the web app).

      However, many developers find this location both confusing and inconvenient at times. The instinct of many developers is to put the beans.xml in WEB-INF/classes/META-INF since that follows the convention that applies to library jars.

      Obviously, we cannot break backwards compatibility. Therefore, this issue proposes to honor either location in the war:

      • WEB-INF/beans.xml
      • WEB-INF/classes/META-INF/beans.xml

      If both files are present, the WEB-INF/beans.xml should take precedence and a warning is recommended. (Merging them is not likely the behavior that a developer would want).

      Attachments

        Issue Links

          Activity

            People

              pmuiratbleepbleep Pete Muir (Inactive)
              dan.j.allen Dan Allen (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: