Hi Bob, as far as I understand your use case you would want to use JCR Observations (they allow you to catch incremental changes in the repository from another...
Hi Todd, a simple way to upload a file can be achieved by adjusting one of the example app files in CRX Quickstart: in 3_addnew.html add to the form tag the...
Todd, I blogged about your question here: http://dev.day.com/microsling/content/blogs/stage/fileuploadsinsling.html Cheers Michael ... -- Michael Marth | Day...
sorry, wrong url: http://dev.day.com/microsling/content/blogs/main/fileuploadsinsling.html ... -- Michael Marth | Day JCR Cup 08 | Win a MacBook Pro:...
Dear Ladies and Gentlemen, Day CRX 1.4.0, the latest release of Day Software´s Content Repository Extreme, is now available. For a CRX overview download the...
Greeting, I am struggling with setting up a proper build chain for creating apps in CRX. The 2.0.0-incubator tag is removed from the Sling tags, and the m2 ...
I posted this to jackrabbit's user group earlier and I was pointed to this one... I just downloaded the day crx 1.4 trial version and for the application that...
hi brett, sorry for the long delay for this response. can you provide the entire 'servlet' config and not only the sippet with the config? please remember that...
Hi Brett, I tried your config code on CRX Quickstart 1.4 and it worked as expected (i.e. got an admin WebDAV session without logging in). Did you restart after...
Hi Brett, I just threw the entire web.xml into my installation: works fine. I tested with the webdrive WebDAV client. Could this be a client problem? Michael ...
I'm pretty sure it's not a client issue, it's requesting authentication from our browsers as well as our application. What day and jackrabbit jars are you...
Hi Brett, I could reproduce the issue now (it occurs in clients that are different from Webdrive) and had another look at your web.xml. I believe that the ...
Hi all, I'm playing with RMI connectivity to CRX. The only configuration change I've made to CRX is to uncomment the rmi-port section in web.xml. So far, so...
i looked into this issue again, and the "problem" is, that the bootstrap config displayed is the one of the repository access servlet, i.e. the client. so the...
Hi Brett, sorry that it took a while. There is actually a problem with CRX's Webdav servlet that prevents the missing-auth-mapping from working correctly...
Hi, ... You'll probably want to override the com.day.crx.j2ee.ResourceServlet (the file system view) instead of the JCRWebdavServerServlet (the JCR remoting...
Hi Tony ... Could you explain in more detail, what you mean here? Which of the SPI architecture layers would be custom here, and what kind of support from CRX...
Hi, I want to publish content created in Day CRX to a site.Which tool should i use?Do i need CQ WCM for it? Where can i get a trial version of it? Thanks in...
Hi, that depends a bit, what you mean with "publish". Some options are: a) You can create a Java web application with e.g. JSPs, get a connection to your...
I know it involves the rep:syndicator, but the required url property has to be set, and I don't know what to set it to... I assume once the replicator is...
Hi, In content explorer, when I created the users and groups, I noticed that the value that displayed on the right pane is the UUID, which is not very...
Hi chen, In day the content is stored in CRX repository and identified by UUID. I dont think the there is any way to identify it by name. If u find please let...
Hi, I am new to Day's CQ5, and I studied the example application (geometrixx) provided by CQ5. I want to know how navimage.png.java under contentpage is used...