Search the web
Sign In
New User? Sign Up
jcr-crx
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 476 - 505 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
476
Thank you very much Mr. Jukka Zitting for taking pain and time to reply... for both my messages. It helped... ... tools...
prabhu.dharbor
Offline Send Email
Jan 2, 2008
4:40 am
477
You might want to checkout IBM's content integration product which provides out-of-the-box integration for over 20 leading content repositories (including...
Rohit Agarwal
roshi156
Offline Send Email
Jan 2, 2008
4:48 am
478
My problem is that i added some test entries to the /config/repository/search/fulltexthandler.xml. Now it seems that there is an error within the...
daycqler
Offline Send Email
Jan 8, 2008
9:02 am
479
My problem is that i added some test entries to the /config/repository/search/fulltexthandler.xml. Now it seems that there is an error within the...
daycqler
Offline Send Email
Jan 8, 2008
9:02 am
480
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...
mreutegg
Offline Send Email
Jan 8, 2008
10:47 am
481
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...
daycqler
Offline Send Email
Jan 8, 2008
1:25 pm
482
I'm sorry, the workspace name was missing in the URL. Please try: http://localhost:<port>/crxauthor/repository/live_author/ regards marcel ... so that...
mreutegg
Offline Send Email
Jan 8, 2008
1:55 pm
483
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...
daycqler
Offline Send Email
Jan 8, 2008
3:31 pm
484
hmm, in that case it's probably easier to just edit the binary data atom through the CRX explorer. if you navigate to ...
mreutegg
Offline Send Email
Jan 8, 2008
4:02 pm
485
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...
daycqler
Offline Send Email
Jan 8, 2008
4:33 pm
486
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...
marc_valtech
Offline Send Email
Jan 16, 2008
3:43 pm
487
I tried the request using fn:number() and xs:double() for the atom 'Price' and it doesn't work...
marc_valtech
Offline Send Email
Jan 16, 2008
7:55 pm
488
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...
mreutegg
Offline Send Email
Jan 18, 2008
8:07 am
489
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...
George_P_Foster
Offline Send Email
Jan 19, 2008
8:45 am
490
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...
Jukka Zitting
jukka_zitting
Offline Send Email
Jan 19, 2008
9:05 am
491
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...
marc_valtech
Offline Send Email
Jan 20, 2008
9:32 am
492
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...
George Foster
George_P_Foster
Offline Send Email
Jan 21, 2008
4:20 am
493
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 ...
hemant.bellani
Offline Send Email
Jan 22, 2008
1:03 pm
494
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...
Oliver Gebert
oleeg6666
Offline Send Email
Jan 22, 2008
1:49 pm
495
hey Thanks so much Oliver, that code snip did work. Though i am still wondering if we could make use of Node Interface method -...
hemant.bellani
Offline Send Email
Jan 25, 2008
7:52 am
496
... 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 ...
mreutegg
Offline Send Email
Jan 25, 2008
10:32 am
497
How to check the UUID of the node being created in CRX?...
kalra.yamini
Offline Send Email
Feb 15, 2008
1:16 pm
498
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...
sudhanshu_rnd
Offline Send Email
Feb 15, 2008
2:55 pm
499
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. ...
Michael Marth
mmarth1970
Offline Send Email
Feb 15, 2008
2:56 pm
500
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...
sillycracker1234
sillycracker...
Offline Send Email
Feb 15, 2008
6:16 pm
501
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...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 16, 2008
12:23 pm
502
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 ...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 16, 2008
12:25 pm
503
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? ...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 17, 2008
11:08 am
504
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...
hemant.bellani
Offline Send Email
Feb 18, 2008
7:13 am
505
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....
sillycracker1234
sillycracker...
Offline Send Email
Feb 18, 2008
7:21 am
Messages 476 - 505 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help