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

2004-12-09 Thread Guido Casper
Roman D wrote: 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. Problem with this approach is that the ID changes on move/rename,

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

2004-12-09 Thread Oliver Zeigermann
On Thu, 09 Dec 2004 09:08:56 +0100, Guido Casper [EMAIL PROTECTED] wrote: I always wanted to have a take at a ID-preserving intra-store move operation but unfortunately lack the time currently. I have already implemented this move, copy and delete in the current CVS head. Oliver

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

2004-12-09 Thread Guido Casper
Oliver Zeigermann wrote: On Thu, 09 Dec 2004 09:08:56 +0100, Guido Casper [EMAIL PROTECTED] wrote: I always wanted to have a take at a ID-preserving intra-store move operation but unfortunately lack the time currently. I have already implemented this move, copy and delete in the current CVS head.

WCK has moved

2004-12-09 Thread Oliver Zeigermann
Folks, I have moved WCK out of its original place in the proposals section to its final location in the Slide top level. The code in proposals/wck has not yet been deleted to avoid problems with CVS updates. Please use the code in the wck folder and not the one in proposals/wck which I will

Re: WCK has moved

2004-12-09 Thread Roman D
Wow.. Does that mean that WCK becoming part of official Slide and be included in binary builds at last? Roman. Oliver Zeigermann wrote: Folks, I have moved WCK out of its original place in the proposals section to its final location in the Slide top level. The code in proposals/wck has not yet

Re: WCK has moved

2004-12-09 Thread Oliver Zeigermann
It might become part of Slide 2.2, but I do not think it will be part of binary releases. I guess source releases are most suitable for WCK. Oliver. On Thu, 09 Dec 2004 14:57:11 +0200, Roman D [EMAIL PROTECTED] wrote: Wow.. Does that mean that WCK becoming part of official Slide and be

Changing the Namespace Name

2004-12-09 Thread Martin, Stefan
hello newsgroup, can someone tell me how i can change the namespace name correctly? The default ist slide, but i wil change it to PMV. ?xml version=1.0? slide namespace name=PMV definition store name=tx parameter name=tlock-timeout120/parameter

Re: Changing the Namespace Name

2004-12-09 Thread Stefan Lützkendorf
The namespace name has nothing to do with the url mapping. If you want to use http://servername:port/PMV/ instead of http://servername:port/slide/ simply rename the slide.war to PMV.war before deploying it (or rename the slide directory in the webapps directory of your tomcat). Stefan

Re: history-collection-hack bug

2004-12-09 Thread Jacob Lund
Hi! I have been looking more into this and it seems that Oliver's conclusion was right. In order to get the correct history path you need to know what uri the request originates from, and from what I can see, this information is not available as the system is constructed now. I still think

Re: history-collection-hack bug

2004-12-09 Thread Oliver Zeigermann
After all it is just a hack... Oliver On Thu, 9 Dec 2004 16:08:44 +0100, Jacob Lund [EMAIL PROTECTED] wrote: Hi! I have been looking more into this and it seems that Oliver's conclusion was right. In order to get the correct history path you need to know what uri the request originates

Re: history-collection-hack bug

2004-12-09 Thread Jacob Lund
I know but it makes the slide project useable! This feature should be enabled by default since slide basically kills itself without it! /jacob - Original Message - From: Oliver Zeigermann [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 09, 2004

Re: history-collection-hack bug

2004-12-09 Thread Oliver Zeigermann
Hmmm, I guess you are right. At least when you use versioning. And if you do not the hack has no effect. So, I would be +1 for having it as default. However, this should be done for 2.2 and not for 2.1 in order not to introduce incompatibilities. Oliver On Thu, 9 Dec 2004 16:22:14 +0100, Jacob

ACL on history content

2004-12-09 Thread Jacob Lund
Hi, A while back there was a discussion about how to control access on history resources. The idea was that the ACL of the history resource should somehow reflect the ACL of the origin resource! Did anyone find or have a solution on this - I guess that it could be done from the client, but I am

RE: Choosing between multiple namespace and multiple stores

2004-12-09 Thread Ritu Kedia
One big advantage of multiple namespaces is complete isolation of user, history, roles, etc. all stores. I am not sure whether this is achievable with multiple stores as well. At least with reference to the current thread going around regarding incompatibility between history-collection-hack and

Getting WARNING: No active transaction

2004-12-09 Thread Manishi Mehta
I am trying to create a folder under node content using following method structure.create(slideToken, new SubjectNode(/content), folder); It's giving me following error, can anyone tell me what wrong I am doing. WARNING - WARNING: No active transaction

createLink problem!!!

2004-12-09 Thread Bin Liu
Hello, I have the problem with structure.createLink() method, I am able to create linkNode successfully, however, when I am trying to delete the newly created linkNode from Windows web folder, it returns me the exception. Also, I can't retrieve the NodeRevisionDescriptors from