Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-3407

Convention plugin eager-loads spring components upon initialization of convention configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.8.1, 2.2.1
    • 2.2.1
    • Plugin - Convention
    • None
    • spring 2.5+

    • Patch

    Description

      Our action classes have their life cycle managed by spring, and they are /request/ scoped. When the convention plugin initializes the struts configuration it tries to initialize the spring beans. This does work because "request" scope does not exist at the time the struts config is created.

      The enclosed patch simply removes the eager-loading since it is only done as an optimization (and maybe eager early consistency check). It would be possible to make this a flag although I really think the default should be "off"; the "off" behavior is consistent with behavior of "older" struts technologies in this respectearlier struts versions..

      Attachments

        1. strutsConventionEagerloading.patch
          1 kB
          Kristian Rosenvold

        Activity

          People

            lukaszlenart Lukasz Lenart
            krosenvold Kristian Rosenvold
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: