Pankaj Khurana created BEANUTILS-536:
----------------------------------------
Summary: Upgrading to Java 8 breaks the code with latest
beanutills version
Key: BEANUTILS-536
URL: https://issues.apache.org/jira/browse/BEANUTILS-536
Project: Commons BeanUtils
Issue Type: Bug
Components: Bean / Property Utils
Affects Versions: 1.9.3, 1.8.3
Reporter: Pankaj Khurana
Hello Team,
We are migrating to WAS9 from Was8 as a results updated Java version from Java
6 to Java8.
After we deployed app in UAT. EVerything working except this issue which is
linked to Beanutills. We are wondering if we need to modify code. We upgraded
beanutills version from 1.0 to 1.8.3 and 1.9.3 but it failed in both scenerio.
Caused by:
java.lang.NoSuchMethodException: Property 'somename' has no getter method
at
org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUtils.java:509)
at
org.apache.commons.beanutils.PropertyUtils.getIndexedProperty(PropertyUtils.java:428)
at
org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:770)
at
org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:801)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)