Improving bean property lookup
------------------------------

                 Key: EL-16
                 URL: https://issues.apache.org/jira/browse/EL-16
             Project: Commons EL
          Issue Type: Improvement
    Affects Versions: 1.0
            Reporter: Toomas Römer


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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to