[vfs] webdav access throws ClassCastException: ArrayList cannot be cast Node

2014-08-01 Thread Jörg 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

Re: [VFS][WebDAV] access throws ClassCastException: ArrayList cannot be cast Node

2014-08-01 Thread Bernd Eckenfels
Hello Jörg, 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.

[vfs] webdav access throws ClassCastException: ArrayList cannot be cast Node

2014-07-31 Thread Jörg Wille
This is the first time I use VFS. But local and http file access works. But using webdav (with *Alfresco* as server) does not work. The Problem is similar to this one: http://mail-archives.apache.org/mod_mbox/commons-user/201109.mbox/%3C004001cc769b$ff3e6770$fdbb3650$@queres.com%3E *I am doing

Re: [vfs] webdav access throws ClassCastException: ArrayList cannot be cast Node

2014-07-31 Thread Gary Gregory
Is this in 2.0 or using the trunk version? If not trunk, can you check out trunk and test your scenario? Gayr On Thu, Jul 31, 2014 at 4:43 PM, Jörg Wille joerg.wi...@gmail.com wrote: This is the first time I use VFS. But local and http file access works. But using webdav (with *Alfresco* as

RE: [vfs] webdav access throws ClassCastException: ArrayList cannot be cast Node

2014-07-31 Thread Martin Gainty
ConfigurationFactory.java protected void initDigesterSectionRules(Digester digester, String matchString, boolean additional) Martin Date: Thu, 31 Jul 2014 18:54:44 -0400 Subject: Re: [vfs] webdav access throws ClassCastException: ArrayList cannot be cast Node From: garydgreg...@gmail.com