Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 24692 invoked from network); 10 Sep 2009 16:07:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Sep 2009 16:07:37 -0000 Received: (qmail 60301 invoked by uid 500); 10 Sep 2009 16:07:34 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 60185 invoked by uid 500); 10 Sep 2009 16:07:34 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 60096 invoked by uid 99); 10 Sep 2009 16:07:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 16:07:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dhoffer6@gmail.com designates 209.85.218.220 as permitted sender) Received: from [209.85.218.220] (HELO mail-bw0-f220.google.com) (209.85.218.220) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 16:07:25 +0000 Received: by bwz20 with SMTP id 20so210776bwz.42 for ; Thu, 10 Sep 2009 09:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=QlMPWrciZW4QZh/6VgFcQFVexMABA5c8xLPVFOggvUw=; b=mHUwKlQf71L4wGE7zyC44uNiU0Tuux8MizihMsTdJq191ejrfD6O2lfMG4HvBP0xAK koOKR9NGQ2bxlL8A/xl3Mx4VmgIKWEw9eC6vrrqtrxczIhuK8QczFIxsqYmGk8CrmPbD XXNCVci+8HDmmizH3WV5T1ulecyhqLyzD6wO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JZUU8PmTu6fEwcxDTnB5XpxvJDHgXprKqRXOGxKh0TkalUlC1DyQG7T4lNjXMIHlBY M771JuDJKEnpqXn1ArIk+u8P71yqbLe7hP7VKBINU8K0l48552jsAEx6+0TG6cyb5AyH GzYmEbSacNrkIz+2zjx0Fh0rBMn9x3PK830HQ= MIME-Version: 1.0 Received: by 10.223.144.70 with SMTP id y6mr1068496fau.21.1252598824239; Thu, 10 Sep 2009 09:07:04 -0700 (PDT) Date: Thu, 10 Sep 2009 10:07:04 -0600 Message-ID: Subject: Commons-configuration and EasyMock? From: David Hoffer To: user@commons.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org We have upgraded commons-configuration to version 1.6 (was 1.1) and now I get an this error when we mock something using EasyMock that is hard coded to use commons-configuration to read conf data from file(s). java.lang.NoSuchMethodError: org.apache.commons.configuration.CompositeConfiguration.getListDelimiter()C at org.apache.commons.configuration.CompositeConfiguration.clear(CompositeConfiguration.java:161) at org.apache.commons.configuration.CompositeConfiguration.(CompositeConfiguration.java:56) at org.apache.commons.configuration.ConfigurationFactory$ConfigurationBuilder.(ConfigurationFactory.java:733) at org.apache.commons.configuration.ConfigurationFactory.getConfiguration(ConfigurationFactory.java:145) Any idea why we get this error? Any idea how I can resolve this? I just want to make a mock so I obviously don't need commons-configuration to do anything. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org