Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
-
Operating System: All
Platform: PC
-
33228
Description
In the following case, access to mapped property fails by IllegalAccessException.
Assume that 'bean' is an instance of package scoped class
which implements public interface 'I', and interface 'I' has
a method 'getValue(String key)'.
In the case PropertyUtils.getProperty(bean, "value(key)") is called,
IllegalAccessException occures.