You might want to checkout IBM's content integration product which provides out-of-the-box integration for over 20 leading content repositories (including...
You can access the content in crxauthor through WebDAV. If you are using a Windows client go to 'My Network Places' and click on 'Add a network place'. When...
hi marcel, thanks a lot for your answer. I tried your solution before. Unfortunately in cannot connect to the CRX through WebDAV. But i can connect to the...
I'm sorry, the workspace name was missing in the URL. Please try: http://localhost:<port>/crxauthor/repository/live_author/ regards marcel ... so that...
Hi, sorry - it`s me again ... ;o) The WebDAV connection via Windows Vista doesnt work... i have no idea why. But i can establish a CRX-WebDAV connection, using...
THIS IS THE SOLUTION !!! Perfect ! Thanks a lot! I also tried this kind of approach before. I was able to download the file and fulltexthandler.xml-content via...
Hi, Cq store atoms only as string or binary, however in the crx more types are available, it seems there's no solution with Cq to change type of data stored...
Hi Marc, Communiqué always writes content as string properties. If you need proper ordering of numbers you should encode the respective values into a strings...
Hello, This is my first posting to the group so please forgive me if this topic has already been rehashed however I have searched through the previous...
Hi, ... This seems like a transient error. Have you tried restarting the CRX server? Some other things to consider: * Is the cred object serializable? * Are...
yes! thanks a lot, it works fine, and it seems to be more quickly than the search with real number. I've tried to use "decoder" and "encoder" in the csd to...
Thanks Jukka. I was able to connect to CRX with the following changes: 1) I added the crx-rmi.jar to my project 2) The following code is also added String...
Hi all, I am using CQ 4.2, and accessing its CRX using RMI. I have uncommented the rmi-port init-parameter tag in the web.xml and rmi access to crx is ...
Hi, I am not quite sure, where ³getVersionHistory² will work, but I found a slightly different solution to your problem: Each node can have a subnode...
... CQ 4.2 does not use the version storage as specified in JSR 170, it simply creates regular nodes in the workspace to store versions of pages. regards ...
Hi All, I got some problem while using CRX repository through JAVA. First:- I am able to create a node but I want to know how to override the existing node...
Hi, if your node has mixin referencable you will see the UUID in the lower right part of CRX's Content Explorer. Otherwise it does not have a UUID I believe. ...
The problem I am trying to solve is determining the latest inputs into the repository. I know that for versioned nodes the content repository system creates a...
I think that you could find an example for a uuid on our public crx playground at http://jcr.day.com for example the following url should display the uuid of...
hi bob, ... I think it is important to mention that the repository uses the version history mechanism for nodes that are of type mix:versionable. There is no ...
Hi, ... To change the values of an existing node just use the Node.setProperty() method, with a subsequent call to for example Session.save(). Does that help? ...
Hi All, Can anyone tell me about the workspaces in CRX. Primarily i need to know that what is the purpose of having different workspaces in the CRX ? Does...
Thank you for the quick reply David. When I try to register a listener with a remote connection to the repository I get an exception from the apache logger....