Re: Better Slide performance on a database, PUT hangs and Lucene creating out of memory troubles

2006-07-26 Thread Honoré David N.
] -- Honoré David N. Projet DISSCO (http://www.meteo.be/DISSCO/) email: [EMAIL PROTECTED] tel: 02 37 30 530 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: please help on compile slide, debug slide in eclipse

2006-05-19 Thread Honoré David
Slide source works well for me in eclipse. There is my .classpath file. You need to define a classpath variable CATALINA_HOME to the root of a tomcat installation. You still need to compile with ant if you want the jar with different names (kernel / store / ...) but you can attach the source to

Fix for links management.

2006-05-05 Thread Honoré David
There is a patch for org.apache.slide.structure.ObjectNode .Without it, links are lost when cloning an object, and when deleting an object which has more than one link only one link/2 is deleted and then ServiceException occur because Integrity of database is not good. by the way the cache

Re: Moving a file with version

2006-01-02 Thread Honoré David N.
Hi What do you mean by versioned file ... The slide store do some versioning. this versioning is preserved by helper api (like macro structure content ...etc) The webdav servlet do the real versioning; and some part of this can be lost when using helper api. Slide Store

Re: transactions in slide

2005-11-22 Thread Honoré David N.
Hi, Slide transactions are based on JTA (which stand for java transaction api). Each slide store is an XAResource. When you do a begin/commit/rollback (in the NamespaceToken) Slide transmit to JTA, and JTA call slide 's store back. I think it use one-phase commit (but not sure). You can

Re: slide questions ????

2005-10-18 Thread Honoré David N.
john bryant wrote: Hi, I am new to slide content management framework. Here is what i want for web based file manager i want for my application: Well, Hello, and welcome. I want a directory let say "home" containing all the users directory. let say there are user1 and user2. I want

Re: ACL non inheritable

2005-07-26 Thread Honoré David
Thomas Bellembois wrote: Hi, I wonder if there is something going wrong this ACL inheritance. I have the following tree : / permission action=all subject=/roles/root inheritable=true/ permission action=/actions/read-acl subject=all inheritable=true

Re: ContentInterceptor Implementation

2005-07-25 Thread Honoré David
The main problem is that ContentListener does not provide all the functionalities that interceptors provides. For exemple, there is not POST_STORE event ... or POST_CREATE event. Exemple : when a Zip file is uploaded, I want to transform the node into a collection and extract the content of

Slide and i18n-webdav

2005-07-19 Thread Honoré David
Hi, One simple question : does Slide support internationalization ? (with the xml:lang attribute) I found this into WebDav RFC : XML also provides a language tagging capability for specifying the language of the contents of a particular XML element. XML uses either IANA registered

Re: JNDIPrincipalStore does not expose password

2005-06-30 Thread Honoré David
This is more a LDAP philosophy problem. The permissions on ldap servers look often like that : anonymous connection can perform authentification. and only the user can read-write his userPassword property. then if you want to expose password, you have two solutions. Slide connect with a

Re: JNDIPrincipalStore does not expose password

2005-06-30 Thread Honoré David
If you connect with a user which have access to the userPassword property, you can add "userPassword" to the "jndi.search.attributes" parameter to the store. This should expose the password as userPassword xmlns="LDAP:"password/userPassword . Honor David wrote: This is more a LDAP

Re: JNDIPrincipalStore does not expose password

2005-06-30 Thread Honoré David
There is one instance of the store to which all user connect ... and I don't thing that the store get the principal and credential of the logged user which want to perform actions. [EMAIL PROTECTED] wrote: I am using the JBoss/Tomcat 401 LDAPRealm and the Slide pre2.2 JNDIPrincipalStore

StructureEvent with null Namespace

2005-03-23 Thread Honoré David
) ? There are three constructors with each two of these parameters, but no one with all of them. Have a nice day. -- Honoré David. -- Dissco project : http://www.meteo.be/DISSCO/

Re: Quotas again.

2005-03-10 Thread Honoré David
that throw (VetoException) new VetoException(no more disk space).initCause(new InsufficientStorageException(uri, user, quota exceded)); Have a nice day. Honoré David. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Quotas again.

2005-03-10 Thread Honoré David
in slide does not exists. There were only Interceptors before ... now, there are events and extractor. Sorry for my basic questions, I am not very aware of event and interceptors yet. ;-) no problem with that for me. Thank you very much for your help. (Thanks to Stephan too) Thomas Honoré David

Re: Lucene reindexer?

2005-03-09 Thread Honoré David
a org.apache.lucene.store.InputStream, org.apache.lucene.store.OutputStream, ... etc I can find some time to work on this if someone think this is something usefull. But all of this doesn't help for re-index... : ( ... Honoré David

Re: QuotaInterceptor

2005-03-09 Thread Honoré David
Thomas Bellembois wrote: Hello, I am working on Slide quotas. I have some problems to start. If you could help me I would appreciate very much. I have made a new class (public class QuotaInterceptor implements ContentInterceptor) and I want to log its methods. I have declared the Slide servlet

Re: QuotaInterceptor

2005-03-09 Thread Honoré David
Thomas Bellembois wrote: Here is a part of my Domain.xml file : store name=tx ... !-- no param for this interceptor at the moment-- content-interceptor class=org.apache.slide.content.QuotaInterceptor /content-interceptor /store Humm ... no. put them in domain ... namespace ...

Add content in Slide Domain import Files

2005-02-18 Thread Honoré David
This patch allow to spécify the content of a revision created in domain.xml or via an import. You just need to add a *content* tag into the revision tag. A NodeRevisionContent is created and filled with the value inside the tag (without ![CDATA[ and ]]). just something like that: objectnode

Move on Delete

2005-02-17 Thread Honoré David
Hi, For our project we need to keep trace of any information object (Node+Revisions ... let's call this an Entity), Including after deletion. We want that when a user delete an entity via webdav these entity will be moved to another place (and a reference to the new uri will be stored in a

Re: Move on Delete

2005-02-17 Thread Honoré David
Can't remove event be called *before* the remove actions, because if you call them after, the object no longer exists and you can't do test on it (and rise a VetoException in some case ...) Honoré David wrote: Hi, For our project we need to keep trace of any information object (Node+Revisions

Re: Which CVS tag is for 2.1 release?

2005-02-14 Thread Honoré David
Only one file change : build.xml ... and it is more recent in SLIDE_2_1_FINAL_RELEASE. = i think release is SLIDE_2_1_FINAL_RELEASE (and this is the one I'am using) Guido Casper wrote: Hi all, anybody got an idea which of these tags - SLIDE_2_1_RELEASE - SLIDE_2_1_FINAL_RELEASE corresponds to

slide 2.1 in Maven Repository ?

2005-02-07 Thread Honoré David
. (last version in repository is 2.1M1 which is pretty unstable) -- Honoré David. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DASL, how to exclude a directory?

2005-01-31 Thread Honoré David N.
Software http://www.idega.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Honoré David God is Real, unless declared Integer - J.Allan Toogood

Re: DASL, how to exclude a directory?

2005-01-31 Thread Honoré David
Carlos Villegas wrote: Maybe you can add a condition like the following, in the corresponding basicsearch syntax: ... AND (NOT (DAV:displayname EQ cms) ) I don't think that work. Because the slide implementation of basicsearch (in slide 2.0; i don't know if heavy changes have been made since)

Re: Getting WARNING: No active transaction

2004-12-10 Thread Honoré David N.
] For additional commands, e-mail: [EMAIL PROTECTED] -- Honoré David The evolution of languages: FORTRAN is a non-typed language. C is a weakly typed language. Ada is a strongly typed language. C++ is a strongly hyped language. - Ron Sercely

Re: bug in Macro copy

2004-12-06 Thread Honoré David N.
10:31:44 +0100, Honoré David N. [EMAIL PROTECTED] wrote: Hello, We are working on an opensource Document management system named Dissco (http://www.meteo.be/DISSCO/) Dissco is heavily based on Slide, and working on it, I found a bug in the copy Macro. This bug prevent from copying

bug in Macro copy

2004-12-03 Thread Honoré David N.
copying content, it throw an AccessDeniedException. You'll find a patch as attachement. You can also find a testcase ilustrating the bug. -- Honoré David They don't make bugs like Bunny anymore. --Olav Mjelde Index: MacroImpl.java