Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.8.0-BETA
-
None
-
OP: Windows 2000 Professional
Software Plataform: SDK Java 1.5.0_06_b05 + IDE Eclipse 3.3.1.1
Description
I cannot instantiate BeanUtilsBean class with the singleton method "getInstance()" neither with "new" clause em Java.
Stack Description:
Caused by: java.lang.NoSuchMethodError: org.apache.commons.beanutils.converters.StringConverter.<init>(Ljava/lang/Object;)V
at org.apache.commons.beanutils.ConvertUtilsBean.registerStandard(ConvertUtilsBean.java:680)
at org.apache.commons.beanutils.ConvertUtilsBean.deregister(ConvertUtilsBean.java:578)
at org.apache.commons.beanutils.ConvertUtilsBean.<init>(ConvertUtilsBean.java:164)
at org.apache.commons.beanutils.BeanUtilsBean.<init>(BeanUtilsBean.java:117)
at org.apache.commons.beanutils.BeanUtilsBean$1.initialValue(BeanUtilsBean.java:68)
at org.apache.commons.beanutils.ContextClassLoaderLocal.get(ContextClassLoaderLocal.java:153)
at org.apache.commons.beanutils.BeanUtilsBean.getInstance(BeanUtilsBean.java:80)