Re: Unique ID for a document in the slide repository ?

2004-12-08 Thread James Mason
Using an event listener you could set a GUID on each resource as it is created, or if you have a custom store you could expose the unique ID as a property. Of course, the only way to *retrieve* an object based on the value of this property is through a search, so I don't know how useful it would be

RE: Cluster cache

2004-12-08 Thread James Mason
The way it's *supposed* to work is you only get notifications for changes that occur within the collection you specify. I can't recall actually testing that case, though. Again, I think this part relies on the notification mechanism to determine which events are relevant, so the documentation Danie

Re: Unique ID for a document in the slide repository ?

2004-12-08 Thread Roman D
I was looking for something similar, but since it's not a part of Webdav protocol, it'll never be in Slide. I take URI and find database object by splitting it, then you can find your unique ID from DB object. Nick Longinow wrote: Hi It seems that the uri for a document (resource) in the sli

RE: WCK Transaction error during commit

2004-12-08 Thread Warwick Burrows
Hi John, I made a submission to the HEAD to fix external transaction support last night. If you are using client-side transactions then this may have introduced the problem but it is working in the Slide 2.1 release currently. To be using client-side transactions you would be calling the WebdavRe

WCK Transaction error during commit

2004-12-08 Thread John Rousseau
I've been working with WCK for about a week now and today I started seeing these exceptions. I backed out all recent configuration changes and updated from HEAD, but I'm still seeing these. The exception is caused by commons/transaction's AbstractXAResource not being able to find the current tr

AW: Cluster cache

2004-12-08 Thread Daniel Florey
You can have a look at the package.html in the event package (javadocs). Also have a look at google: notification webdav (ms exchange site). I've implemented the notifications in the same way that it is done in Ms Exchange (with some extensions regarding the depth-header). Cheers, Daniel > -Ur

RE: Cluster cache

2004-12-08 Thread Warwick Burrows
This is exactly what I needed James. Thanks! > They should be asynchronous. Daniel Florey wrote the > notification mechanism, so he can confirm, but I'm pretty > sure on this. Daniel, can you confirm that notifications are asynchronous? Or is there a write-up on the notifications that I can l

Re: Choosing between multiple namespace and multiple stores

2004-12-08 Thread Mirko Froehlich
I asked the same question a little while ago. It sounds like the advantages of using one configuration over the other are not entirely clear. Multiple stores are much easier to configure than multiple namespaces, so I would probably go with this configuration. I suppose that using multiple namespac

Re: history-collection-hack bug

2004-12-08 Thread Jacob Lund
Well from what I can see, there should be no problem with the combination! The only thing is this getHistoryPathHandler function! However to resolve the history path I need some information that is not available in the class by default, but as I said I am not very familiar with this part of the

Re: history-collection-hack bug

2004-12-08 Thread Oliver Zeigermann
??? Maybe the problem is that the history folder structures with the hack turned on / off are incompatible? Oliver On Wed, 8 Dec 2004 15:41:02 +0100, Jacob Lund <[EMAIL PROTECTED]> wrote: > OK - I think I found the origin of the problem. > > In the HistoryPathHandler class there are 2 getHisto

Re: history-collection-hack bug

2004-12-08 Thread Jacob Lund
OK - I think I found the origin of the problem. In the HistoryPathHandler class there are 2 getHistoryPathHandler functions, but only one of them are handling the situation where the history path has a parameter in it. I don't know this part of the code very well, so I don't have a solution yet

Re: Idea on final release of Slide 2.1

2004-12-08 Thread Oliver Zeigermann
Agreed. I'd be all +1 even if more minor issues arise with rc1. I am repeating myself, but compare 2.1rc1 to 2.0 and you will know why... Oliver On Wed, 08 Dec 2004 00:13:45 -0800, James Mason <[EMAIL PROTECTED]> wrote: > Hopefully before the end of the year. It's looking pretty stable, and > mo

RE: WebDav LOCK and MOVE question

2004-12-08 Thread Bernd Kühl
Hello, Thx for your feedback Warwick. Unfortunately I also have to ensure that no client already starts to download the file while the upload is in progress. Moreover the clients are small mobile devices and have no logic for 423 error codes. Therefore I have to upload the data to a temporary

Re: Idea on final release of Slide 2.1

2004-12-08 Thread James Mason
Hopefully before the end of the year. It's looking pretty stable, and most of us are getting anxious for another release. -James On Tue, 2004-12-07 at 14:44 -0600, Chris O'Connell wrote: > Anyone have an idea of when the final release of Slide 2.1 will be available? > > Regards, > Chris > > ---

Choosing between multiple namespace and multiple stores

2004-12-08 Thread Ritu Kedia
Could someone please point out the pros and cons of using multiple namespaces vs multiple stores. I have a requirement of configuring multiple slide stores in a single App Instance. Each store will be used by a different set of people. I would also like to know if there are known issues with either

Re: Slide 2.1rc1 thrid party libraries info

2004-12-08 Thread James Mason
Most of the jars have the version number as part of the file name. For those that don't, you can check the MANIFEST files, but most don't have version info. Your best bet will probably be the dates on the CVS commit logs. That will give you a rough idea of when the library was created. At worst thi