Hi I have a node that is assigned to multiple parent nodes (which I am using to allow documents to be placed into multiple categories). When I delete the node...
hi andy thanks for reporting the problem. unfortunately, you're refering to a feature, that is no longer available. we have removed hardlinks from the spec for...
Hi Stefan Thanks for the reply. In which version of the spec were the hardlinks removed ? I thought I was working against the latest version, v0.12. If I use...
the ri (in the slide cvs) currently implements v0.14 of the spec. this is an internal, i.e. non-official revision of the spec. there's a Node.getReferences()...
Hi Stefan Thanks for the information. I assume that all of the references to Multiple Parents in the specification have been deleted/deprecated in v0.14. Are...
hi andy first of all, you seem to be using an older version of the ri which makes reproducing the problem more difficult. you can get the current version from...
hi andy ... correct. ... there are plans to make inofficial interim revisions of the spec available. there are some legal issues which have be resolved first...
hi, what type of (if any) concurrency control does RI support at the implementation level (i.e. not the resource locking defined by the API)? - is it possible...
hi su ... all modifications made by a session (note that Ticket has been renamed to Session) are 'local', they are not visible to other sessions in the same...
Hi I have downloaded JCR CRX Alpha v0.4 and I am having problems trying to configure it to work with a local repository (an action that I successfully ...
Hi I have attempted this with the current implementation of the JCR RI, i.e. separate Repository objects in different JVMs accessing the same physical instance...
hi andy as i tried to explain in my previous post: the current implementation doesn't support multiple processes accessing the same physical repository store....
Hi I am now using Reference Values to simulate the ability to have multiple parent nodes (which was removed in v0.14). I have a 'category' node type that has a...
Hi Andy, Did you find the problem? I have the same issue here... ... -- Jean-François Ménard Logyka technologies s.e.n.r. Directeur technologique, associé ...
On Mon, 4 Oct 2004 13:47:17 +0100, Andy Bowes ... hi andi ... mhm, sounds unusual. say you have product categories and products. i would create a "categories"...
Hi Stefan I have a content taxonomy like: mycompany ... categories ... I modelling the relationship is this direction rather than defining a categories...
hi, is there any output in the error log of tomcat? if the repository cannot be initialized, it should print from log entries. cheers, tobi -- ... Tobias...
Tobias Strasser
tobias.strasser@...
Oct 5, 2004 9:11 am
69
Hi Tobias As stated in the original message in this thread, I get a NullPointer exception thrown when I attempt to login via CRX. ... and ... CRX ... Any ideas...
...hmm, and the same web.xml config but with the 'cqfs' filesystem works ok? we have rearranged quite a bit for the next version of crx and it's currently...
Tobias Strasser
tobias.strasser@...
Oct 5, 2004 9:49 am
71
hi andy thanks for the clarifications, i now see your point. i don't fully agree though. in your model, a 'categorizable' node needs to be of type...
Hi Stefan I understand that there are multiple different ways of acheiving the same goal. I haven't really used JCRQL yet, does it include the abilitity to...
It works fine if I use the original definition of 'cqfs' This Repository Definition works: <!-- sample configuration for a repository that stores its state in...
dynamic workspaces are not implemented yet. just remove the <DynamicWorkspace/> element from the config. ... yep, we missed than. thanks for the input. -- ... ...
Tobias Strasser
tobias.strasser@...
Oct 5, 2004 11:06 am
75
Hi Andy, ... in the ... JCRQL does not define support for dereferencing references, however XPath will. there is a deref() function which takes the name of the...
Hi experts, I was trying to find it in the spec but couldn't. So wonder if anyone can shed some light on this. Here is the use case: in a JCR repository, I...