Hi All, I am using Cq 4.2 and trying to access the CRX Repository using RMI and my test java application is as below: package com; import javax.jcr.Repository;...
Has anyone had luck getting this working? I've been trying for a while now and cannot get either my windows or my osx boxes to work with smb/cifs mounts. I...
... Hi Paddy, did you enable logging of SMB messages, by setting the log level of "com.day.smb" to DEBUG? This would help ruling out what the problem might be....
I figure out what was wrong: 1) 445 was indeed blocked so there was that problem :-) 2) I had to bind to my server's IP address as the hostname instead of ...
Hello,I m installing cq on websphere 6.1 after copying jar file into websphere lib directory i deployed crxauthor.war,crxpublish.war and then author.war and...
Hello everybody,I m installing cq on websphere after copying and deploying all jar and war files into websphere respectively,i got an error which says can not...
Hi, On Nov 26, 2007 1:58 PM, tomardigvijaysingh ... Check that you have all the jar files (especially crx-core) in correct places. BR, Jukka Zitting...
... deploying ... which says ... out.I will be ... correct places. ... thanks for replying.crx-core file is in right directory.it is inside the war files lib...
... deploying ... which says ... out.I will be ... correct places. ... thanks for replying. crx-core is at the right place.this file is inside the crxauthor's...
... deploying ... which says ... out.I will be ... correct places. ... giving error in log file showing below and i m having a licensed version of websphere...
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...