Re: Problem with the LuceneContentIndexer

2005-07-27 Thread Tomasz Majchrzak
Dnia 26/07/05 , Francesco Paladino napisaƂ/a/o: Hi, I have a problem with the LuceneContentIndexer. I work with slide 2.2 pre1 and I have shaped, my Domain.xml, like it is written in http://wiki.apache.org/jakarta-slide/DaslConfiguration. While the index of the property comes saved correctly

RIF: Problem with the LuceneContentIndexer

2005-07-27 Thread Francesco Paladino
tanks, but I have been able to see that my problem already has been marked here: http://mail-archives.apache.org/mod_mbox/jakarta-slide-user/200507.mbox/[EMAIL PROTECTED] Is anyone have the same problem ??? What is the solution because i must have binding and lucene indexers ? Thanks

RIF: Problem with the LuceneContentIndexer

2005-07-27 Thread Francesco Paladino
I have had confirmation that my signalling is a already marked bug here: http://mail-archives.apache.org/mod_mbox/jakarta-slide-dev/200507.mbox/[EMAIL PROTECTED] tanks Francesco Paladino -Messaggio originale- Da: Francesco Paladino Inviato: mer 27/07/2005

Re: New to Slide, MySQL Blobs...

2005-07-27 Thread Muhammad Al Sebaeyie
Hi AFAIK, The current JDBC content store works on the same schema for most dbs, you can either map this schema to views (in DBMSs that support that) or do your own custom store to map into your schema. And yes, content is stored mostly as blobs, other tables contain metadata slide generates for

RevisionDescriptorNotFoundException during startup??

2005-07-27 Thread Mark Breitner
Hi - while trying to startup the Webdav Construction Kit with slide I get the following exception : What did I do wrong ? Greetings, Mark breitner 27 Jul 2005 13:09:15 - org.apache.slide.common.XMLUnmarshaller - WARNING - org.apache.slide.content.RevisionDescriptorNotFoundException: No

RE: [Slide Client API] Cannot delete source file after WebDavResource creation

2005-07-27 Thread Andrea Faustini
Please ignore previous mail. It contains some error due to the mail agent... a new mail will follow. tnx AF -Original Message- From: Andrea Faustini [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 11:49 AM To: Slide Users Mailing List Subject: [Slide Client API] Cannot

Re: Slide document's LastModifiedDate

2005-07-27 Thread Rakesh Saha
Hi All , But what happens if the file gets modified using Slide API. Is there any other mechanism to find out the last modification datetime of any Slide object. This is required for my own object cache to invalidate. TIA, Rakesh Ray Sprinkle wrote: The Webdav spec recommends using the

RE: [Slide Client API] Cannot delete source file after WebDavResource creation

2005-07-27 Thread Andrea Faustini
This 'error' is showstopper on Windows 2000 and on Linux until the process container is active; the Linux command 'fuser' on the temporary file returns the Tomcat PID but, when the container stops, the file can be deleted: The servlet runs on Tomcat v 5.0.28 and uses the Jakarta Slide WebDav

Re: New to Slide, MySQL Blobs...

2005-07-27 Thread Michael J. Prichard
Hey Muhammad. Thanks so much for the response. It helps a great deal! All the best, Michael Muhammad Al Sebaeyie wrote: Hi AFAIK, The current JDBC content store works on the same schema for most dbs, you can either map this schema to views (in DBMSs that support that) or do your own