[ https://issues.apache.org/jira/browse/BEANUTILS-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575704#action_12575704 ]
Marcelo Ingarano commented on BEANUTILS-308: -------------------------------------------- I looked on my classpath and didn´t find another copy of BeanUtils. Maybe there is another copy of BeanUtils into the Hibernate jars that I´m using. Weel, I changed the BeanUtil jar version to the older one (1.7.0), and now it´s working fine... So the problem was more than one copy of BeanUtils on my classpath... Thanks for help... > Cannot instantiate BeanUtilsBean class > -------------------------------------- > > Key: BEANUTILS-308 > URL: https://issues.apache.org/jira/browse/BEANUTILS-308 > Project: Commons BeanUtils > Issue Type: Bug > Components: Bean / Property Utils > Affects Versions: 1.8.0-BETA > Environment: OP: Windows 2000 Professional > Software Plataform: SDK Java 1.5.0_06_b05 + IDE Eclipse 3.3.1.1 > Reporter: Marcelo Ingarano > > 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) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.