I am having trouble successfully making use of the jcr:deref(...) xpath function. Since the spec says this function is optional I thought I would ask if it is...
Hello, again. I understand there is the element(...) function which allows one to select on a nodetype axis. Is there a way to select a set of nodetypes or,...
this is currently not supported. there is a workaround though, you can collect the type hierarchy manually and rewrite the query into a predicate using equal...
Hi, There's supposed to be a history migration utility in the new release of CRX (v 1.1). Has anyone used it or is there any documentation on how to use it? We...
log in as admin and switch to the crx.system workspace. open content explorer and navigate to the node /rep:security/rep:principals/rep:users/admin....
Hi, I'm getting the error listed below when I attempt to run CRX 1.1's loader utility on a Tomcat server on windows XP. I've searched the jars and have not...
you probably miss the crx-commons-1.1.jar in your classpath. regards, toby ... -- ... Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel T...
Tobias Bocanegra
tobias.strasser@...
May 5, 2006 8:54 am
395
What is the expected level of support for Xpath 2.0 functions within JSR-170 (in particular CRX 1.1). We have been trying unsuccessfully to use some baseline...
CRX supports the mandatory subset of XPath functions as defined by the JSR 170 specification plus the ones defined as optional. specifically, the functions you...
Thanks for your response. I have the JSR 170 spec that comes with the documentation for Day's CRX 1.1. This file, named jsr170-1.0.pdf, seems to be the same...
... The complete list of functions implemented in CRX is: not(), true(), false(), position(), first(), last(), xs:dateTime(), jcr:contains(), jcr:like(),...
I was using crx 1.0.1 with Magnolia 2.0 version and it was working fine....now Magnolia 3.0 comes out and i wanna to integrate it with crx .... Can any one...
Hello. We are using CRX from within Jboss. I have been attempting to install CRX 1.2, but have run into some problems. After installing it in the manner that I...
the libs in crx1.2 should have a 1.2 version: crx-api-1.2.jar crx-core-1.2.jar crx-commons-1.2.jar crx-replication-1.2.jar crx-explorer-1.2.jar ...
Tobias Bocanegra
tobias.strasser@...
Aug 3, 2006 3:22 pm
427
I am terribly sorry, I pulled that list from the wrong revision of our build file. The following is the list of libraries I have actually been using: <include...
afaik, we fixed the java1.5 related errors in crx1.2. regards, toby ... -- ... Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel T +41 61...
Tobias Bocanegra
tobias.strasser@...
Aug 28, 2006 4:34 pm
432
On page 29 of the Configuration guide distributed with CRX 1.2 there is a section on Read-only clustering. However, there is no discussion of what the...
Additionally, this page (http://www.day.com/content/site/en/index/products/content-centric_infrastructure/content_repository.html) refers to a Cluster Manager...
Hi All, Can anybody tell me in what products of vendors like IBM, Oracle, BEA, Open Source products JSR-170 is implemented. How about JackRabbit, is it a...
Hi Xavier- I am a Product Manager at BEA for WebLogic Portal. In WebLogic Portal vversion 9.2 and going forward, we support JSR170. Sincerely, Wendy ... BEA,...
hi xavier and wendy, i think the best resource that i know to get information about jcr implementations etc. is jcrlinks on the jackrabbit wiki. ...and...
Hi All- Thank you all for keep this group running. I ma having some issues while access repository via JCR-170 API. When I access repository via JCR-170 localy...