Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.3, 1.9.3
-
None
-
None
Description
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)