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...
hi eje, normally, a checkout does not alter the state of the node or any of it's properties (except the jcr:isCheckedOut, of course). so i don't know why this...
Hi Toby! Thank you for your help! I don't seem to be able to attach files here, so I'll just paste the method for the checkout here. If you send me your email...
hi, i'm not very familiar with OCM, but i can imagine, that you need to re-get the document after you did the checkout, since you already read the content...
... Did I notice correctly that you're using CQ in both cases... while it's true that CQ5 leverages CRX security & LDAP module, CQ5 adds some elements to...
CRX installed and running locally with dev licence. I've got a new copy of eclipse (JEE distro), added the update site (http://www.day.com/eclipse) I can see...
Hi all, I downloaded the latest official build crx-1.4.2.20090324-developer.jar, tried to stark quickstart and got the following message: Setting up CQSE...
Hi, ... Make sure that your download isn't corrupted. The SHA1 checksum of crx-1.4.2.20090324-developer.jar is 2327c278279733087de4844477d24b8b599ce2f3. BR, ...