... Go to /system/console, then "Configuration" and choose the "CRX Sling Client Repository" from the list of configurations. Below you will see the...
... I assume you're basically interested Java Content Repository (JCR) content (data) modeling, as CRX implements JCR API through using Apache Jackrabbit...
I'm trying to get network sharing working on my crx-default workspace but can't find much information to help get me started other than some Jackrabbit mailing...
I'm writing a bundle to evaluate Sling in crx. I tried to change access rights but could not find out how to do it. I import com.day.crx.sling.api into the...
Hi, I couldn't find the Apache Sling version used in CRX 1.4.2, in its release notes. For me it would be an important information, in order to know which...
... Hi Marc, The code snipped above looks ok. To your question: The CRX API doesn't provide a means to create EditableACEs. API Users have to develop and a...
Hi Christian Thanks for the answer. Is there really no other way in Sling to modify access rights than implementing two interfaces? If yes, is the code of e.g....
... It will defnitily be possible in future to change crx-permissions remotely and from sling. The implementation classes itself are in crx-core library, their...
Hi ... The Apache Sling project did not decide to release the whole Sling project in time for us to use a nicely labeled release (like 2.0.2 in crx 1.4.0). ...
See the short announcement on dev.day.com [1]. BTW I strongly encourage all to subscribe to dev.day.com feed [2] to get the latest "content news" delivered to...
Hello! We would like to store Audit trail information about every operation done on a document stored in the CR. Is there some functionality in CRX for...
Hello, We use tomcat in our setup, where we deploy our webapp and CRX in the same tomcat server. The problem is that when our app starts first, CRX is not...
Hello everyone, I'm trying to automate the deployment of some of our packages as part of a continuous build setup. I'm looking for something that basically...
Hmm, the solution to this was to use lazy initialisaton on our spring beans, so that the real jndi-lookup is postponed from startup-time to run-time. /Anders...
Hello, I would like to configure a CRX 1.4.2 repository with the Day Eclipse plugin (http://www.day.com/eclipse/). Can someone provide me some directions? I...
... Prerequisite: Make sure the CRX has RMI enabled: 1. Inside the CRX directory, open "server/runtime/0/_crx/WEB-INF/web.xml" with a text editor 2. Look for...
It worked perfectly. Thank you again, Douglas Jose http://douglasjose.com - "Use free software. Help us make a free world" ________________________________ ...
Hi Eje ... Basically, audit trail can be implemented easily(*) using JCR Observation. You can store the events anywhere, and the content repository itself is a...
I am very interested on SharePoint connector for CRX: - Anyone has developed using it? - Does it implement the full JCR? - Does it have any bug? - Is there any...
Hi, We are running CRX in a clustered environment with JBoss. We also have an application that is deployed in the same JBoss container as each CRX instance...
Hello. I have configured CQ5 to use LDAP as authentication process. Now i need to import some groups and users from an existing relational database (LDAP...
Hello. I have configured crx to autehnticate users via LDAP and it works fine (i get a not found error page, that means user is not authorized, i hope). Then i...
Hi! Hope to get help on an issue that I've been trying to solve for some time now. In our CR, we have Nodes that have Binary content (jcr:data) that contain...