Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 48744 invoked from network); 6 Mar 2008 13:44:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 13:44:19 -0000 Received: (qmail 23993 invoked by uid 500); 6 Mar 2008 13:44:13 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 23787 invoked by uid 500); 6 Mar 2008 13:44:13 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 23776 invoked by uid 99); 6 Mar 2008 13:44:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 05:44:12 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 13:43:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 24E3A234C093 for ; Thu, 6 Mar 2008 05:43:02 -0800 (PST) Message-ID: <319644128.1204810982149.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 05:43:02 -0800 (PST) From: "Marcelo Ingarano (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (BEANUTILS-308) Cannot instantiate BeanUtilsBean class In-Reply-To: <1360408598.1204664741075.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BEANUTILS-308?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 2575704#action_12575704 ]=20 Marcelo Ingarano commented on BEANUTILS-308: -------------------------------------------- I looked on my classpath and didn=C2=B4t find another copy of BeanUtils. Maybe there is another copy of BeanUtils into the Hibernate jars that I=C2= =B4m using. Weel, I changed the BeanUtil jar version to the older one (1.7.0), and now = it=C2=B4s 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 "getIn= stance()" neither with "new" clause em Java. > Stack Description: > Caused by: java.lang.NoSuchMethodError: org.apache.commons.beanutils.conv= erters.StringConverter.(Ljava/lang/Object;)V > =09at org.apache.commons.beanutils.ConvertUtilsBean.registerStandard(Conv= ertUtilsBean.java:680) > =09at org.apache.commons.beanutils.ConvertUtilsBean.deregister(ConvertUti= lsBean.java:578) > =09at org.apache.commons.beanutils.ConvertUtilsBean.(ConvertUtilsBe= an.java:164) > =09at org.apache.commons.beanutils.BeanUtilsBean.(BeanUtilsBean.jav= a:117) > =09at org.apache.commons.beanutils.BeanUtilsBean$1.initialValue(BeanUtils= Bean.java:68) > =09at org.apache.commons.beanutils.ContextClassLoaderLocal.get(ContextCla= ssLoaderLocal.java:153) > =09at org.apache.commons.beanutils.BeanUtilsBean.getInstance(BeanUtilsBea= n.java:80) --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.