Uploaded image for project: 'Commons EL'
  1. Commons EL
  2. EL-16

Improving bean property lookup

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0
    • None
    • None

    Description

      BeanInfoManager.java: public BeanInfoProperty getProperty (String pPropertyName, Logger pLogger) - does lookup for properties. When a product like JavaRebel is used this lookup fails if the properties of a class have changed. This happens because the properties are cached and newer ones are not found.

      I propose a patch where on failure on property lookup the bean is rescanned and one more try is given for the lookup. See the proposed patch: http://zt-oss.googlecode.com/files/commons-el-1.0-zt-patch.txt

      Attachments

        Activity

          People

            Unassigned Unassigned
            toomasr Toomas Römer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: