Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F12F611BB0 for ; Fri, 1 Aug 2014 20:15:48 +0000 (UTC) Received: (qmail 55002 invoked by uid 500); 1 Aug 2014 20:15:48 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 54894 invoked by uid 500); 1 Aug 2014 20:15:48 -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 54882 invoked by uid 99); 1 Aug 2014 20:15:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 20:15:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.220.193] (HELO mail-vc0-f193.google.com) (209.85.220.193) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 20:15:41 +0000 Received: by mail-vc0-f193.google.com with SMTP id ij19so2066586vcb.0 for ; Fri, 01 Aug 2014 13:15:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=3g0BKyBj8FH7tQkSW7GgxwGH9bmDsP7JIkar2zg2/6g=; b=EYrmtI0D+78xj0Dr0CcWeJoi1G+X2XEj5xSy6P036xiq1Erl6fWHFVHYJpu1GQIXKI MbSBSFBPBcK7W1/0lUyS5KiLnDZRKwqW0p9i1wavyPWb7TDalYtTaqwnerW7WHekutH9 HvR7tqhfCQMrUIWPmvhlfAlf17I4RweqOPUItt8zgD6VA+MSO8SWU6Sz6iNXdHWD9jFc qFsVrWeqEugPUcBa0Y+BIjRqDXaxNk8orKOsboQ/llqXJ6jzbYW9xDiDUvJ61Nxyrl8H HGxOad70HZQmW3zoo2a8o84fwDZujCHOZKCDhdIAkl0wxCEP8sgHfxbpODd4tBq/Fkra C2Bg== X-Gm-Message-State: ALoCoQmJxQeyBCgebf5REMxN4ustDvVjj8oSeCeG+7u8cOlcMBSKQ0V1GojXD3tT4FjLU6nWXg6R X-Received: by 10.220.116.196 with SMTP id n4mr9636963vcq.6.1406923349541; Fri, 01 Aug 2014 13:02:29 -0700 (PDT) Received: from localhost (HSI-KBW-37-209-111-144.hsi15.kabel-badenwuerttemberg.de. [37.209.111.144]) by mx.google.com with ESMTPSA id c4sm23972984vdc.9.2014.08.01.13.02.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Aug 2014 13:02:29 -0700 (PDT) Date: Fri, 1 Aug 2014 22:02:24 +0200 From: Bernd Eckenfels To: =?ISO-8859-1?Q?J=F6rg?= Wille Cc: user@commons.apache.org Subject: Re: [VFS][WebDAV] access throws ClassCastException: ArrayList cannot be cast Node Message-ID: <20140801220224.00000ca2.ecki@zusammenkunft.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hello J=F6rg, is this (or a similiar installation) somewhere available over the internet, I would like to debug what types are returned here. (I am not sure I understand what this has to do with XMLConfiguration) I dont think it is a problem of your code, that casting problem should never happen. Feel free to open a Jira Bug for it. https://issues.apache.org/jira/browse/VFS Gruss Bernd Am Fri, 1 Aug 2014 11:26:09 +0200 schrieb J=F6rg Wille : > @Gary: I am using 2.1-SNAPSHOT Rev.:1609711 > @Martin: I can understand - to an extent - what you write about the > difference between XMLConfiguration and PropertyConfiguration. > But can you explain why is this topic special to webdav in general or > maybe only in combination with Alfresco? > And most importantly, how can I get WebDav to work? From reading on > the projects's web-site, I was in the believe that WebDav is a > supported filesystem. > Am I doing something wrong in my code? Are there any examples I can > have a look at? >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org