... I have following requirements in my project: - child node name should be unique, - you can change child node name, - child node should by mix:lockable...
hi tomek, thanks for the additional info. ... sounds like a nt:folder to me? since a mix:lockable can be applied to any node, it should not really matter,...
It sounds to me as if you should lock the parent node, anyway. After this, you can quietly check all the properties and either move your node or change a ...
... yeah, something like that... ... it doesn't matter... i created my own type which implements mix:lockable.. ... because i don't need it as i can't use Move...
... sounds like a bug in crx. we will have a look at it. ... hmmm... sns have nothing to do with the property/node path duality. to me it sounds that you use...
Sorry Idan, for asking this rather stupid question, but actually your behavior looks like a proper authentication, but missing Principals. Hm, just wondering,...
... It works, but only if I use "move" to rename node - I locked deep parent, and then change child node name using move. When I tried to move locked child...
... that's why I don't use it. ... not exactly... I think you don't understand me problem correctly, so I will write it with more details.... I have hierarchy...
hi tomek, thanks for the additional detail. ... totally, and the second node hierarchy looks much better to begin with. personally, i stay away from sns in my...
... good to know:) the problem is that our deadline for project iteration was yesterday - so we implemented this first approach with property for storing node ...
... well, that's interesting indeed ;) ... hmmm... changing the entire nodetype design because of the missing move/lock seems questionable. i think even ...
Hi! I am interested in using this ORM persistenceManager. I need to have transactional and multithread repository so I believe that's the best option. Under...
hi marek, have a look at the db-persistence subproject in contrib. cheers stefan ps: the jackrabbit-dev list would probably be the better choice for this kind...
Hi Stefan, ... Well, actually I have the same problem. We repository.xml is as follow: <FileSystem class="com.day.crx.core.fs.local.LocalFileSystem"> <param...
what version of crx are you using? a lot of stability issues have been fixed in the current 1.0 release. cheers, tobi ... -- ... Tobias Bocanegra, Day...
hi, i'm afraid the release tobi was refering to was never publicly available. there is a 1.0.1 release coming up soon, though, which will take care of a lot of...
My repository is configured as follow: <FileSystem class="com.day.crx.fs.cq.CQFileSystem"> <param name="path" value="${wsp.home}/wspStore.dat"/> <param...
... i just tried to reproduce the 'lock' issue, it seems, that the lock is only temopraily lost on the transiently moved node, the 'original' node visible for...
Tobias Bocanegra
tobias.strasser@...
Sep 7, 2005 11:43 am
209
... not exactly.. I've just tried to follow your idea in Content Explorer, and after changing name (moving) and saving this node lock disappeared... ... this...
Hi, It seems that there is another issue... XPath doesn't work correctly if node has "white spaces" symbol in name, eg. "/root/Some perfect node name/Another...
Hi Tomek, XPath (as well as XML in general) does not allow white spaces as part of a name. Therefore you have to escape it as specified in the spec. See: ...
Hi, I would like to have transaction support in CRX, so could you recommend me the appropriate repository configuration? I mean what kind of file system and...
Hi, Could you tell me where I can find NativePersistenceManager?? It looks like it should be in com.day.crx.persistence, but it doesn't... I have CRX 1.0...
hi tomek, the NativePersistenceManager will be included in the next CRX 1.0.1 release which will be available shortly. -- toby ... Tobias Bocanegra, Day...