Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 77536 invoked from network); 25 Jul 2006 12:35:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 12:35:38 -0000 Received: (qmail 52595 invoked by uid 500); 25 Jul 2006 12:35:35 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 52526 invoked by uid 500); 25 Jul 2006 12:35:35 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 52515 invoked by uid 99); 25 Jul 2006 12:35:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 05:35:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 05:35:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B829F714283 for ; Tue, 25 Jul 2006 12:33:14 +0000 (GMT) Message-ID: <21394430.1153830794751.JavaMail.jira@brutus> Date: Tue, 25 Jul 2006 05:33:14 -0700 (PDT) From: "Mario Ivankovits (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (VFS-74) AbstractMethodError when using httpclient v3.0.1 In-Reply-To: <27451885.1153825693962.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/VFS-74?page=comments#action_12423323 ] Mario Ivankovits commented on VFS-74: ------------------------------------- VFS is compiled using the rather old 2.0.2 version, as far as I remember, this is due to some incompatibilites with webdav. Might be fixed now, but no one took the time to have a look at it yet, sorry. Maybe try to compile your own VFS version with httpclient 3.0.1 in place. I think - if required at all - you just have to do minor tweaks. Thanks! Ciao, Mario > AbstractMethodError when using httpclient v3.0.1 > ------------------------------------------------ > > Key: VFS-74 > URL: http://issues.apache.org/jira/browse/VFS-74 > Project: Commons VFS > Issue Type: Bug > Affects Versions: Nightly Builds > Reporter: Maarten Coene > > Hi, > when you use VFS in combination with commons httpclient 3.0.1, you get an AbstractMethodError: > java.lang.AbstractMethodError > at org.apache.commons.httpclient.HttpClient.setHttpConnectionManager(HttpClient.java:472) > at org.apache.commons.vfs.provider.webdav.WebdavClientFactory.createConnection(WebdavClientFactory.java:82) > at org.apache.commons.vfs.provider.webdav.WebdavFileProvider.doCreateFileSystem(WebdavFileProvider.java:85) > at org.apache.commons.vfs.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:76) > at org.apache.commons.vfs.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:61) > at org.apache.commons.vfs.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:640) > at org.apache.commons.vfs.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:601) > at org.apache.commons.vfs.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:569) > at fr.jayasoft.ivy.repository.vfs.VfsResource.(VfsResource.java:39) > at fr.jayasoft.ivy.repository.vfs.VfsRepository.put(VfsRepository.java:159) > at fr.jayasoft.ivy.resolver.RepositoryResolver.put(RepositoryResolver.java:173) > at fr.jayasoft.ivy.resolver.RepositoryResolver.publish(RepositoryResolver.java:168) > at fr.jayasoft.ivy.Ivy.publish(Ivy.java:2079) > at fr.jayasoft.ivy.Ivy.publish(Ivy.java:2063) > at fr.jayasoft.ivy.Ivy.publish(Ivy.java:2044) > at fr.jayasoft.ivy.ant.IvyPublish.execute(IvyPublish.java:195) > at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) > at org.apache.tools.ant.Task.perform(Task.java:364) > at org.apache.tools.ant.Target.execute(Target.java:341) > at org.apache.tools.ant.Target.performTasks(Target.java:369) > at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) > at org.apache.tools.ant.Project.executeTarget(Project.java:1185) > at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) > at org.apache.tools.ant.Project.executeTargets(Project.java:1068) > at org.apache.tools.ant.Main.runBuild(Main.java:668) > at org.apache.tools.ant.Main.startAnt(Main.java:187) > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org