Apogee Home

Configuring the JCR Connector

Last modified: 05/30/2006 07:49 AM
This document will explains the different steps to configure the JCR connector. After reading this paper, the connector should be ready for use.

Funambol administration tool

Funambol bundle contains an admin directory inside which there is a tool for an easy ds-server management. Launch this tool in order to add a new JCR synchronization source.

As shown by the following image, unfold all the tree under the JCR node. The JCR SyncSource node correspond to the JCR synchronization source type to create. All the JCR synchronization sources will be listed as its children.

Capture.png
JCR in admin tool

JCR Source parameters

  • Source URI: the SyncML URI of the source. It should be unique for your sychronization system.
  • Source Name: the name of the source. This name will appear in many log messages.
  • Source Type: generally plain/text is enougth.
  • Handler Class name: the name of the class that will provide the access to the repository. The jcr-extensions module contains the org.nuxeo.sync.jcr.extensions.RmiHandler for JCR repositories that can be accessed through RMI.
  • JCR Repository URL: the URL of the workspace. This parameter may not be used depending on the used handler.
  • JCR Workspace: the name of the JCR workspace containing the data to synchronize. If this value is not set, the default workspace will be used.

Sample configuration

This configuration will setup a source to a JCR server using RMI. The repository RMI URL is //jcrserver:1099/myrepository and the data to synchronize are in the myWorkspace workspace.

  • Source URI: jcr_foo_uri
  • Source Name: jcr_foo
  • Source Type: plain/text
  • Handler Class name:org.nuxeo.sync.jcr.extensions.RmiHandler
  • JCR Repository URL: //jcrserver:1099/myrepository
  • JCR Workspace: myWorkspace

This site is powered by CPS, which includes CPSSkins. CPS and its design are Copyright © 2002-2006 Nuxeo SAS. CPSSkins is Copyright © 2003-2006 Jean-Marc Orliaguet.
vPOWEREDBYCPS2.png
valid_xhtml.png
valid_css.png