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....
Hi, ... Yes, thanks for the feedback! I've filed this as an enhancement issue and we'll see what we can do about it. I'm also happy to say that based on your...
Hi, ... Meanwhile, if you really need to be able to manage the user accounts remotely, you can always use the normal JCR API to interact directly with the user...
Jukka - thanks for the tips. We have already developed the code to use the CRX security APIs. We can work around by falling back on JNDI local sessions for...
Hi, I would like to start CRX 1.4.2 in debug mode. I found some options in the server.bat file, but I can't have it working. I'm running CRX on Windows XP. ...
... If you use the server.bat to start CRX, you run this command: server.bat -debug socket in which case a socket-based debugging is started, using port 30303....
Hello, I would like to use JSTL in my Sling-based application (running on CRX 1.4.2). I have tried to use the JSTL module from the Apache Felix project,...
Hello, After a short discussion with Bertrand Delacretaz in the Sling mailing list, he showed me an approach which works fine for the latest Sling launchpad,...
Hi all, I upgraded from CRX 1.4.1 to 1.4.2 SP1. I have a class under /var/classes, and there was originally this error after the upgrade: **************** ...
Hi, We run our automated tests on our build server. The test setup imports testdata from XML into CRX with: this method: private void replaceNode(Session...
Hi, Solved this one now, posting the solution here for possible future use... It turned out to be a problem with a corrupt index, as suggested by mr Landman...
Hello, I had backed up a small structure within my CRX repo using the Content Zipper (crx format). When I tried to install the package, I received an...
Hi John ... The error from logs is unfortunately not too specific, and I couldn't find any similar errors in our issue tracking system. We'd need more ...
Hi! We recently upgraded to version 1.4.2 and since we have had some problems. In order to run tests, we start the repository manually using Spring. Here is...
Thanks for the response Greg. I'll get some more logs for you. The issue seems to occur regardless of the structure of the zipped file nor the target system...