Hi all, Do you think it's possible to access to an existing database from communique trough crx ? if you ask why it's to get db field using cq without a lot of...
I just downloaded trial version of CRX. It insalled well withou any hassels and working fine. Nut I did not see any use documentation. Can any one pls help on...
Hi, ... See the "docs" folder within the CRX installation directory. ... See the CRX User Guide in "docs/userguide/UserGuide.pdf" for documentation on how to...
Hi, ... Yes, assuming you want to leverage the JCR API and generic JCR tools like the CRX Content Explorer. The alternative is to use the native Documentum and...
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...