Hi, Is it possible to get an older version of as an object via OCM? We use OCM to persist object in the CR, and we sometimes need to get older versions of...
This question may also be valid on the day communique groups, but I was wondering if CRX has some sort of Find/Replace interface or query interface by which to...
Hi Brandon CRX itself does not have a UI / or CLI tool to perform search&replace. If CQ5 find&replace mentioned below would not fit your needs, you can always...
Hi all, I’m trying to install the CRX feature (JCR browser) in the latest version of Eclipse IDE (Galileo) following the instructions in this web: ...
Dear CRX Users We've quickly checked that on our side (at Day), and we could not reproduce the problem. Did someone have such a problem and hopefully a...
Per a requirement, i need a synchronous ajax call to execute some server side validation. I know Ext has a library called basex that allows that. I wonder if...
hi, you can use CQ.HTTP.get() (or CQ.HTTP.post() without specifying a callback. this will send a synchronous request and return the response object. /rofe...
Hi, Finally I manage to get the plugin installed. A friend who install the plugin in his IDE a few weeks ago send me a copy of the whole Eclipse installation,...
Hi We are currently manually optimising our lucene indexes on our local CRX nodes with a tool called Luke (version 0.7.1). We would like to automate this...
Hi, CRX already optimizes index segments in a generational manner. but there is currently no way to trigger this manually. Users of Jackrabbit also suggested...
Thanks for your reply Marcel How often does CRX do this? Although the process of optimising manually isn't a long one it did reduce our index files from 20GB...
Hi, ... it is based on the number of nodes that are indexed in a segment. but the larger a segment gets, the less like it is that it will be optimized through...
Hello, I have had exactly the same problem while trying to use Galileo's update manager: eclipse.buildId=M20090917-0800 java.version=1.6.0_13 java.vendor=Sun...
Hi, i am currently investigating how to implement a custom form-based login page for my CRX 1.4.2 based application. I'm not sure how to tackle this. After an...
Sven Schulz
sschulz78@...
Oct 7, 2009 7:59 pm
770
I'm using CQ.HTTP.post to execute a synchronous call. It gets executed and response gets set but no javascript response object gets returned. This is my post...
Hi. I'm have been trying to configure an IntelliJ project to develop a web application with CRX 1.4 but the instructions in the manual are for a version too...
What type of application are you deploying? Is it in the form of an OSGI bundle or a Sling application? Or is it is a stand alone web application? Paul...
Hi Paul. I'm trying to deploy a sling applicaiton, using the server that comes with the crx deveroper edition, so I configured the jsr45 compatible server ,...
OK so is the problem with deploying or with running the application? Are you trying to run the application server from InteliiJ so that you can debug? Or is...
Hi, I tried to assign CRX to a Win drive letter on a Win XP machine. While I could connect to CRX, and I saw CRX's folder in the "Map Network Drive..." dialog,...
Hello, I'm in a bit of a quandary and wanted to see what the community recommends. Basically, we have several sites running independently. Some sites are...