Hi,
I have links pointing to a collection. When the target collection is removed, some links remain.
The relevant piece of Domain.xml:
<objectnode classname="org.apache.slide.structure.SubjectNode" uri="/files">
<objectnode classname="org.apache.slide.structure.SubjectNode" uri="/files/dir1"/>
</objectnode>
<objectnode classname="org.apache.slide.structure.SubjectNode" uri="/links">
<objectnode classname="org.apache.slide.structure.LinkNode" uri="/links/link1" linkedUri="/files/dir1" />
<objectnode classname="org.apache.slide.structure.LinkNode" uri="/links/link2" linkedUri="/files/dir1" />
<objectnode classname="org.apache.slide.structure.LinkNode" uri="/links/link3" linkedUri="/files/dir1" />
<objectnode classname="org.apache.slide.structure.LinkNode" uri="/links/link4" linkedUri="/files/dir1" />
</objectnode>
I'm using Slide 2.0 and Cadaver (but the problem also occurs with other clients). The commands and the output:
dav:/slide/> rmcol files/dir1 Deleting collection `files/dir1': succeeded. dav:/slide/> ls links Listing collection `/slide/links/': succeeded. Coll: link2 0 May 28 15:32 Coll: link4 0 May 28 15:32
Thanks
Eros
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
