Re: Incoherence in versioning reports?

2005-03-08 Thread Stefan Lützkendorf
Hi Gianugo, where are you observing the DAV:checked-in property? PROPFIND should return the full qualified path /slide/history/50/1.0. (And for me it does) But internaly slide works with its "namespace URIs" and stores them. Thats why in the database or if you are programming with the slide API you

Database performance

2005-03-08 Thread Bruno Silva
Hi, I was wondering what kind of performance we should expect when using the JDBCStore. In our tests, a single propfind on a collection with 100 files makes 1200 queries to the database! We have already defined rdbms-expression-factory and looked at the source code and it looks like it gets the in

RE: Database performance

2005-03-08 Thread Pontus Strand
You can put the following parameter into your nodestore configuration: true This reduces the number of queries significantly. You can also go to the archive for this mailing list and search for the subject "Slide search performance issues", there are some other pointers there. Best regards, Pont

RE: Database performance

2005-03-08 Thread Bruno Silva
Hi, we have already done that and it was still slow. And isn't that parameter used only for DASL queries? Regards, Bruno -Original Message- From: Pontus Strand [mailto:[EMAIL PROTECTED] Sent: terça-feira, 8 de Março de 2005 12:05 To: 'Slide Users Mailing List' Subject: RE: Database pe

RE: Database performance

2005-03-08 Thread Pontus Strand
Hi, Hmm, sorry ... I didn't read your message carefullt enough. I think you are right that that parameter is for DASL queries only. How slow is propfind? I haven't noticed any performance issues yet with with propfind but I guess it may depend on how you use it. Sorry I wasn't of any help this tim

Fresh needs help

2005-03-08 Thread Kajetan . Rogalski
Hi I am new to Slide. I have some difficulties with configuration. Can someone explain me : - how to configure : Sequence Store, Security Store, Lock Store in Domain.xml - how to configure Configuration node in Domian.xml - how to add/remove files etc - how to use API Thanks in advice Kajetan R

Property namespaces other than DAV:

2005-03-08 Thread Darren Hartford
Hey all, Is there any information on how to use and implement metadata properties outside the 'DAV:' namespace? I would really like to apply business-specific, ILM specific, and other types of metadata property information for each object added to Slide. I attempted to do this on my own, but ran i

RE: Create a webdav resource on the server side

2005-03-08 Thread Evan Kracoff
I am doing something similar, I am dropping in an excel sheet and loading up its contents as objects, then writing out a log to show what was loaded and what failed. I catch the event in the EventCollection guy and pass in the slideToken to this method. Heres my code private void create

Server Shutdown Event Notification?

2005-03-08 Thread Brian Ferris
I've implemented a simple BasicWebdavStore-based store and it is working great for distributing files. My underlying implementation relies on running a background service thread as a singleton instance. This service thread always remains running when Tomcat is shutdown because my service thre

Re: Server Shutdown Event Notification?

2005-03-08 Thread John Rousseau
Create a Servlet that implenets the destroy() method. Have that method lookup your singleton and shut it down. -John Brian Ferris wrote: I've implemented a simple BasicWebdavStore-based store and it is working great for distributing files. My underlying implementation relies on running a backg

Re: Property namespaces other than DAV:

2005-03-08 Thread Michael Smith
Darren Hartford wrote: Hey all, Is there any information on how to use and implement metadata properties outside the 'DAV:' namespace? I would really like to apply business-specific, ILM specific, and other types of metadata property information for each object added to Slide. I attempted to do thi

Odp: Fresh needs help

2005-03-08 Thread Kajetan . Rogalski
PS, The WIKI resources are not complete or I cannot find desired information.