Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EDE418743 for ; Wed, 24 Jun 2015 05:42:50 +0000 (UTC) Received: (qmail 9156 invoked by uid 500); 24 Jun 2015 05:42:49 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 9022 invoked by uid 500); 24 Jun 2015 05:42:49 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 9011 invoked by uid 99); 24 Jun 2015 05:42:49 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 05:42:49 +0000 Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 1B0161A02F5 for ; Wed, 24 Jun 2015 05:42:48 +0000 (UTC) Received: by iebmu5 with SMTP id mu5so26404263ieb.1 for ; Tue, 23 Jun 2015 22:42:48 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.43.7.199 with SMTP id op7mr35087619icb.41.1435124568291; Tue, 23 Jun 2015 22:42:48 -0700 (PDT) Received: by 10.79.22.134 with HTTP; Tue, 23 Jun 2015 22:42:48 -0700 (PDT) In-Reply-To: References: Date: Wed, 24 Jun 2015 07:42:48 +0200 Message-ID: Subject: Re: [beanutils] Getting issue with Bean Utils v1.9.2. From: Benedikt Ritter To: Commons Users List Content-Type: multipart/alternative; boundary=bcaec5101e211a163105193cfa30 --bcaec5101e211a163105193cfa30 Content-Type: text/plain; charset=UTF-8 Hello Ramesh, can you please file a bug at https://issues.apache.org/jira/browse/BEANUTILS ? Would be good if you could provide a JUnit test reproducing the issue that works with 1.6 but fails with 1.9.2. Thank you! Benedikt 2015-06-23 14:38 GMT+02:00 Gopi Ramesh : > Hi, > In our application, we upgraded the BeanUtils jar from 1.6 version to > 1.9.2.After upgrading the jar, we are facing issues while setting the bean > properties for two dimensional or multi dimensional arrays.The same code is > used to work fine with 1.6 BeanUtils version. > The error is shown below:java.lang.NullPointerException at > org.apache.commons.beanutils.BeanUtilsBean.setProperty(BeanUtilsBean.java:925) > at > org.apache.commons.beanutils.BeanUtilsBean.populate(BeanUtilsBean.java:821) > at org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:431) at > org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1252) at > org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:821) > Truncated. see log file for complete stacktrace > Please let me know if is there any solution for the issue. > Note: We are using BeanUtils with JDK 1.8.0_45. > Thanks,Ramesh -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter --bcaec5101e211a163105193cfa30--