Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 52603 invoked from network); 19 Dec 2002 09:05:11 -0000 Received: from exchange.sun.com (HELO nagoya.betaversion.org) (192.18.33.10) by daedalus.apache.org with SMTP; 19 Dec 2002 09:05:11 -0000 Received: (qmail 20415 invoked by uid 97); 19 Dec 2002 09:06:33 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 20378 invoked by uid 97); 19 Dec 2002 09:06:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 20360 invoked by uid 50); 19 Dec 2002 09:06:31 -0000 Date: 19 Dec 2002 09:06:31 -0000 Message-ID: <20021219090631.20359.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 15519] New: - PropertyUtils.getPropertyType() for java.util.Collection X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: commons-dev@jakarta.apache.org ReportedBy: olaf.braatz@t-online.de 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: For additional commands, e-mail: