Search the web
Sign In
New User? Sign Up
jcr-crx
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 185 - 214 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
185
Hi david, thanks for your reply, it works :)...
tomekd1980
Offline Send Email
Sep 1, 2005
8:21 am
186
Hi, Is there any others way to define constrain "unique node name" without using SNS in child node definition? thanks, tomek...
tomekd1980
Offline Send Email
Sep 1, 2005
8:38 am
187
... can you explain your usecase a little bit? why does forbidding sns not work for you? regards, david...
David Nuescheler
david_nuesch...
Offline Send Email
Sep 1, 2005
8:43 am
188
... 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...
tomekd1980
Offline Send Email
Sep 1, 2005
1:30 pm
189
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,...
David Nuescheler
david_nuesch...
Offline Send Email
Sep 1, 2005
2:24 pm
190
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 ...
Michael Mittag
mimittag
Offline Send Email
Sep 1, 2005
2:53 pm
191
... 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...
tomekd1980
Offline Send Email
Sep 1, 2005
3:04 pm
192
... 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...
David Nuescheler
david_nuesch...
Offline Send Email
Sep 1, 2005
3:43 pm
193
Sorry Idan, for asking this rather stupid question, but actually your behavior looks like a proper authentication, but missing Principals. Hm, just wondering,...
chrisk_el
Offline Send Email
Sep 1, 2005
6:12 pm
194
... 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...
tomekd1980
Offline Send Email
Sep 2, 2005
7:31 am
195
... 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...
tomekd1980
Offline Send Email
Sep 2, 2005
8:06 am
196
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...
David Nuescheler
david_nuesch...
Offline Send Email
Sep 2, 2005
8:45 am
197
... 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 ...
tomekd1980
Offline Send Email
Sep 2, 2005
9:08 am
198
... well, that's interesting indeed ;) ... hmmm... changing the entire nodetype design because of the missing move/lock seems questionable. i think even ...
David Nuescheler
david_nuesch...
Offline Send Email
Sep 2, 2005
9:15 am
199
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...
marek_blotny
Offline Send Email
Sep 5, 2005
2:06 pm
200
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...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Sep 5, 2005
2:14 pm
201
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...
tomekd1980
Offline Send Email
Sep 6, 2005
7:31 am
202
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...
Tobias Bocanegra
tobias.strasser@...
Send Email
Sep 6, 2005
8:56 am
203
... CRX 1.0 thanks, Tomek...
tomekd1980
Offline Send Email
Sep 6, 2005
9:00 am
204
What actual version number is the current release? I think the version I have is numbered something like: h1.0.0.0.1646 ... been ... ...
jrlindsay
Online Now Send Email
Sep 6, 2005
4:22 pm
205
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...
Raphael Wegmueller
rofemaster
Offline Send Email
Sep 6, 2005
5:45 pm
206
Can you define shortly? ;) ... will ... there ... have ... as ... class="com.day.crx.persistence.jdbc.BundleHSQLDbPersistenceManager"> ... ...
jrlindsay
Online Now Send Email
Sep 7, 2005
1:15 am
207
My repository is configured as follow: <FileSystem class="com.day.crx.fs.cq.CQFileSystem"> <param name="path" value="${wsp.home}/wspStore.dat"/> <param...
tomekd1980
Offline Send Email
Sep 7, 2005
8:31 am
208
... 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@...
Send Email
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...
tomekd1980
Offline Send Email
Sep 7, 2005
1:01 pm
210
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...
tomekd1980
Offline Send Email
Sep 10, 2005
9:51 pm
211
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: ...
Marcel Reutegger
mreutegg
Offline Send Email
Sep 12, 2005
7:41 am
212
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...
tomekd1980
Offline Send Email
Sep 15, 2005
9:30 am
213
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...
tomekd1980
Offline Send Email
Sep 15, 2005
11:59 am
214
hi tomek, the NativePersistenceManager will be included in the next CRX 1.0.1 release which will be available shortly. -- toby ... Tobias Bocanegra, Day...
Tobias Bocanegra
tobias.strasser@...
Send Email
Sep 15, 2005
12:21 pm
Messages 185 - 214 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help