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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 497 - 526 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
506
JCR defines the concept of workspaces as a means to manage various different views of item hierarchies. Every workspace in a repository has a separate address...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 18, 2008
10:30 am
507
Hi Bob, ... The reason why Observation is not remoted is probably for performance reasons. I would recommend to register the observation listener on the jvm of...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 18, 2008
10:44 am
508
Hi, I stuck some problem while using the "exportSystemView & exportDocumentView " method of JCR API . 1) when i am using exportSystemView method i got the xml...
sudhanshu_rnd
Offline Send Email
Feb 19, 2008
5:28 am
509
Hi, the system view and the document view have two completely different objectives. The document view is used for round tripping arbitrary XML (this means you...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 19, 2008
7:24 am
510
Hi David, My humble thanks for the speedy response to the query on "workspaces and their utility in JCR". I also have another query related to using the JCR...
hemant.bellani
Offline Send Email
Feb 19, 2008
1:09 pm
511
Hi Hemant, ... I am assume you have a straight database that you connect to with JDBC... not a repository right? Or what do you mean by a database repository? ...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 19, 2008
2:11 pm
512
Hi David, I regret that my previous query on the wrapper JCR-Connector was not clear on the objective. So to avoid any further confusion, please ignore my...
hemant.bellani
Offline Send Email
Feb 20, 2008
1:46 pm
513
Hi Hemant, ... Just two quick comments: (1) just for the sake of clarity: in this particular conversation I would really try to avoid a data base "repository",...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 23, 2008
10:32 am
514
Hi david, Thanks for your respone. I need to confirm that is the SPI framework meant for use with only the jcr compliant repository or can we use the SPI...
hemant.bellani
Offline Send Email
Feb 25, 2008
12:54 pm
515
Hi Hemant, The SPI framework is useful to implement JCR on a non-compliant repository. This means that if you a repository or a database with a given data...
David Nuescheler
david_nuesch...
Offline Send Email
Feb 25, 2008
4:09 pm
516
Hi all, I am attempting to add meta-data for the content i have added to CRX Repository. I have created a Node ( named it "Documents" ) under the root node...
content2learn
Offline Send Email
Mar 4, 2008
6:09 pm
517
Hi All, I am finding versioning information on the content stored in the CRX. I have created a Node(named it as "documents") under the root-node("/") of the...
content2learn
Offline Send Email
Mar 4, 2008
6:33 pm
518
hi, files should be stored as nt:file / nt:resource pairs... the easiest way is connect through WebDAV to: http://localhost:7402/crx/repository/crx.default ...
David Nuescheler
david_nuesch...
Offline Send Email
Mar 7, 2008
11:28 am
519
hi, as mentioned in the prior thread. files should never be exposed as bare binary properties but as nodes. regards, david...
David Nuescheler
david_nuesch...
Offline Send Email
Mar 7, 2008
11:29 am
520
I download and install the crx-ujax_windows_installer.exe and follow the advice to change the VM param of the crx servlet to 1.5 but after restart, i cannot...
spiderfleche
Offline Send Email
Mar 7, 2008
4:15 pm
521
hi, can you see any particular errors in the "server.log"? regards, david...
David Nuescheler
david_nuesch...
Offline Send Email
Mar 7, 2008
4:29 pm
522
... Hi, here after the system log i find after i change the jm and try to connect to the crx 07.03.2008 17:38:42 *MARK * webapp-Admin application: Start ...
spiderfleche
Offline Send Email
Mar 7, 2008
5:02 pm
523
Hi, we have a dependency on on a JDK 1.5 not just a JRE. Do you have the actual JDK installed or just the JRE? regards, david...
David Nuescheler
david_nuesch...
Offline Send Email
Mar 7, 2008
5:08 pm
524
Hi, Thanks a lot I install the jdk 1.5 and now everything works great Fabien calais ... 40yahoogroups.com>, "David ... Stop ... Stop ... Stop ... servlet...
spiderfleche
Offline Send Email
Mar 9, 2008
3:25 pm
525
Hello, I am currently validating the usability of CRX for a future project and noticed that re-registering a nodetype is not yet implemented. After searching...
anouvel69
Offline Send Email
Mar 10, 2008
3:41 pm
526
Hi Arnault, Re-registration of a nodetype is implemented in CRX. I just tried it out on http://jcr.day.com , I just added a property definition to previously...
David Nuescheler
david_nuesch...
Offline Send Email
Mar 10, 2008
3:47 pm
Messages 497 - 526 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