Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Property 'longkeyb2' has no getter method in WLS 7.0 sp2

0 views
Skip to first unread message

John

unread,
Jun 17, 2004, 4:51:26 PM6/17/04
to

All,

I try to backport an application built using JDK1.4.1 (from WLS8.1) to WLS 7.0sp2.

I'm getting this error, which doesn't seem consistent across different properties
(some properties seem working fine with similar data types). Only hint I got so
far is that it may be related to introspection change in JDK, but I'm not sure
(not consistent). My runtime environment has setup to use JDK1.3.1_06 (from WLS
7.0sp2).

Any suggestions would be appreciated.


==== error message ====
java.lang.NoSuchMethodException: Property 'longkeyb2' has no getter method
at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:1180)
at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:772)
at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:801)
at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:952)
at org.apache.struts.taglib.bean.WriteTag.doStartTag(WriteTag.java:286)
at jsp_servlet._bk002web.__c002bmaintbrowse._jspService(__c002bmaintbrowse.java:716)

John

unread,
Jun 17, 2004, 5:00:59 PM6/17/04
to

The application works well in WLS 8.1 with JDK 1.4.1.

0 new messages