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, ...
... Yep, that's the way to make sure you're using the right binary: - download from official day site [1] - get md5 sum of the jar from here [2] then put the...
Hi Jukka, Greg, thanks for the help. Well, after downloading the jar twice, I really thought that I could do it without computing the digest... so, just for...
... It's not linked on the page, but it's there (I guess Greg missed the [2] footnote ;-)): http://download.day.com/pub/crx/1.4.2/md5sum.txt Regards, Alex...
HI I have implement EventListner of crx. as put on crx-repository. Problem- how can i register this bundle in crx repositroy as service which run when server...
I'm duplicating nodes in our JCR using workspace.copy(workspace, srcPath, destPath) and am experiencing strange behaviour. This succeeds as expected: srcPath =...
... This could be a bug in Jackrabbit. Please consult the Jackrabbit users or dev mailing list (http://jackrabbit.apache.org/mailing-lists.html) and maybe...
Hi, we have one scenario where we need to access CRX through RMI and we need to have the session supporting transactions that can be controlled via Spring. We...
Hi, ... The current CRX release does not have out of the box support transactions over the RMI connection. You'd need to customize both the server and client...
Jukka, thanks for the quick reply. We have an expanded crx-explorer_crx.war webapp directory (which we used to change the web.xml setting to enable RMI). If...
Jukka, thanks again for the detailed and helpful response. I have made the changes and have made some progress. The session instance that comes back is now a...
Hi, ... Is it possible for you to patch the SpringModules code to either directly output the XAException or to include it as the root cause of the new...
Jukka, I have subclassed some of the SpringModules classes to get more diagnostics.The problems appear related to Java serialization problems. I changed the...
Hi, ... The ClientXAResource is just a client side adapter, it is not meant to be sent over the wire to the server. I assume you are hitting issue JCR-1333 [1]...
Jukka, That has helped a great deal - we are now able to get an RMI session with support for transactions. Thanks very much for the detailed and quick...
Following on from http://tech.groups.yahoo.com/group/jcr-crx/message/717 where we got RMI transaction support enabled within CRX we have another issue. We are...
Hi, ... Not at the moment, as we haven't seen much customer demand for that functionality. ... You should be fine as long as you only use the JCR API methods....