DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15519>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15519

PropertyUtils.getPropertyType() for java.util.Collection

           Summary: PropertyUtils.getPropertyType() for java.util.Collection
           Product: Commons
           Version: 1.5 Final
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Bean Utilities
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've tried to use PropertyUtils.getPropertyType() for java.util.Collection of 
Strings instead of an String[]. Now if I want to get the type information from 
the array [0] it works fine with returning java.lang.String. But for the 
collection [0] it returns java.util.Collection instead of java.lang.String. The 
PropertyUtils.getNestedProperty() and PropertyUtils.setNestedProperty() are 
working correct in both cases.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to