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....
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...
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...
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...
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...
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...
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? ...
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...
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",...
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...
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...
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...
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...
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 ...
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...
... 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 ...
Hi, Thanks a lot I install the jdk 1.5 and now everything works great Fabien calais ... 40yahoogroups.com>, "David ... Stop ... Stop ... Stop ... servlet...
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...
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...