hi remy,
In my implementation of the indexstore interface i need to be able to
access the revision descriptor
store in order to obtain the latest version of the resource.In order to
access the store of a particular resource i need a reference to the Uri
class which has the getStore() method defined in it.How can i get a
reference to the Uri object in the index store implementation or is there an
other way to implement this.The problem i am having is that the ObjectNode
class does not have a method to access its Uri object.
thanks,
rajkumar
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 4:49 PM
To: [EMAIL PROTECTED]
Subject: DASL and versioning
> hi remy,
> the dasl specification does not talk about which version of the
resources
> should be searched for.
> Should it default to the latest revision of the resource.
Good question.
Since DASL is being revived, I believe that's one of the things the revised
spec will try to answer. In the meantime, it seems reasonable to search the
latest revision.
Remy