Author: dkatayev
Date: 2010-08-11 04:10:05 -0400 (Wed, 11 Aug 2010)
New Revision: 2907
Removed:
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/other/jcr-organization-service.xml
Modified:
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr.xml
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-extensions.xml
Log:
EXOJCR-869 OrganizationService chapter removed
Modified:
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-extensions.xml
===================================================================
---
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-extensions.xml 2010-08-10
16:04:43 UTC (rev 2906)
+++
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-extensions.xml 2010-08-11
08:10:05 UTC (rev 2907)
@@ -162,9 +162,6 @@
<para><link linkend="JCR.AccessControlExtension">Access
Control
extension</link></para>
- <para><link linkend="JCR.Organizationservice">Organization
- Service</link></para>
-
<para><link linkend="JCR.RegistryService">Registry
Service</link></para>
<para><link linkend="JCR.RESTServicesOnGroovy">REST Groovy
Deleted:
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/other/jcr-organization-service.xml
===================================================================
---
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/other/jcr-organization-service.xml 2010-08-10
16:04:43 UTC (rev 2906)
+++
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr/other/jcr-organization-service.xml 2010-08-11
08:10:05 UTC (rev 2907)
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id="JCR.Organizationservice">
- <?dbhtml filename="ch-jcr-organization-service.html"?>
-
- <title>JCR Organization service</title>
-
- <para>This is an implementation of the exo.core.component.organization.api
- API. The information will be stored in the root node /exo:organization of
- the workspace. The workspace name has to be configured in the configuration
- file (see below).</para>
-
- <itemizedlist>
- <listitem>
- <para>You need to comment out the previous initialization of the
- organization service, e.g. DummyOrganizationService</para>
- </listitem>
- </itemizedlist>
-
- <programlisting><!--component>
-
<type>org.exoplatform.services.organization.impl.mock.DummyOrganizationService</type>
-</component--></programlisting>
-
- <itemizedlist>
- <listitem>
- <para>Add jcr organization service</para>
- </listitem>
- </itemizedlist>
-
- <programlisting><component>
-
<key>org.exoplatform.services.organization.OrganizationService</key>
-
<type>org.exoplatform.services.jcr.ext.organization.JCROrganizationServiceImpl</type>
- <init-params>
- <value-param>
- <name>storage-workspace</name>
- <description>Workspace in default repository where organization
storage will be created</description>
- <value>ws</value>
- </value-param>
- </init-params>
-</component></programlisting>
-
- <para>where storage-workspace is the name of the workspace in the default
- repository where the organization storage will be created.</para>
-
- <para>Sice eXo JCR 1.11 you can add two new params:</para>
-
- <programlisting><value-param>
- <name>repository</name>
- <description>The name of repository where organization storage will be
created</description>
- <value>db1</value>
-</value-param>
-<value-param>
- <name>storage-path</name>
- <description>The relative path where organization storage will be
created</description>
- <value>/exo:organization</value>
-</value-param></programlisting>
-
- <para>where repository is the name of the repository where the organization
- storage will be created<br> storage-path - the relative path to the
- stored data<br></para>
-
- <para>You should also read how to use the <link
- linkend="Core.OrganizationServiceInitializer">Organization Service
- Initializer</link>.</para>
-</chapter>
Modified:
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr.xml
===================================================================
---
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr.xml 2010-08-10
16:04:43 UTC (rev 2906)
+++
jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/src/main/docbook/en-US/modules/jcr.xml 2010-08-11
08:10:05 UTC (rev 2907)
@@ -14,8 +14,8 @@
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="jcr/concepts/jcr-exo-implementation.xml"
-
xmlns:xi="http://www.w3.org/2001/XInclude" />
-
+
xmlns:xi="http://www.w3.org/2001/XInclude" />
+
<xi:include href="jcr/concepts/jcr-advantages.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -137,13 +137,6 @@
<xi:include href="jcr/other/binary-values-processing.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="jcr/other/jcr-organization-service.xml"
-
xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-
-
-
-
<xi:include href="jcr/other/jcr-resources.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />