Re: JXPath over Generic Collection, How?

2009-02-11 Thread Matt Benson
--- On Wed, 2/11/09, Andrew Hughes wrote: > From: Andrew Hughes > Subject: Re: JXPath over Generic Collection, How? > To: "Commons Users List" > Date: Wednesday, February 11, 2009, 4:19 AM > Still No Luck, I have removed recursive generic collections > and have tried > the following code...

Re: [JXPath] Set a property in the whole graph

2009-02-11 Thread Matt Benson
String xpath = "descendant-or-self::id"; for (Iterator it = context.iteratePointers(xpath); it .hasNext();) { it.next().setValue(null); } HTH, Matt --- On Wed, 2/11/09, Adrian Mitev wrote: > From: Adrian Mitev > Subject: [JXPath] Set a property in the whole graph > To: user@common

Re: does vfs use jackrabbit for webdav?

2009-02-11 Thread Ralph Goers
The trunk branch of VFS is using Jackrabbit. Ralph On Feb 11, 2009, at 12:30 AM, Matthias Haider wrote: Hi, Does apache vfs still use slide for webdav access or did jackrabbit replace slide there? br, Matthias - To unsubs

Re: does vfs use jackrabbit for webdav?

2009-02-11 Thread Jukka Zitting
Hi, On Wed, Feb 11, 2009 at 9:30 AM, Matthias Haider wrote: > Does apache vfs still use slide for webdav access or > did jackrabbit replace slide there? At least the current VFS trunk has a dependency on the jackrabbit-webdav library. I'm not sure if that is the case on any released version of V

[JXPath] Set a property in the whole graph

2009-02-11 Thread Adrian Mitev
Hi all! I'm new to JXPath. Is there an easy way to traverse the entire object graph and set all properties with name 'id' to null? Could not find something similar in the user's guide. -- Although nobody can come back and make a new start, anyone can start now and make a new end

Re: JXPath over Generic Collection, How?

2009-02-11 Thread Andrew Hughes
Still No Luck, I have removed recursive generic collections and have tried the following code... this is becoming a marathon effort :'( public class Thing { public Thing(String name) { this.name = name; } private String name = ""; public String getName() { return

does vfs use jackrabbit for webdav?

2009-02-11 Thread Matthias Haider
Hi, Does apache vfs still use slide for webdav access or did jackrabbit replace slide there? br, Matthias smime.p7s Description: S/MIME cryptographic signature