Author: smumford
Date: 2010-05-06 09:15:41 -0400 (Thu, 06 May 2010)
New Revision: 2998
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/configuration.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/external-value-storages.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/jdbc-data-container-config.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
Log:
JBEPP-276: Resolved DOC TODOs with EPP team
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/configuration.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/configuration.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -32,10 +32,10 @@
Like other eXo services eXo JCR can be configured and used in portal or embedded mode
(as a service embedded in eXo Portal) and in standalone mode.
</para>
<para>
- In Embedded mode, JCR services are registered in the Portal container and the second
option is to use a Standalone container. The main difference between these container types
is that the first one is intended to be used in a Portal (Web) environment, while the
second one can be used standalone (TODO see the comprehensive page Service Configuration
for Beginners for more details).
+ In Embedded mode, JCR services are registered in the Portal container and the second
option is to use a Standalone container. The main difference between these container types
is that the first one is intended to be used in a Portal (Web) environment, while the
second one can be used standalone <!--(TODO see the comprehensive page Service
Configuration for Beginners for more details) -->.
</para>
<para>
- The following setup procedure is used to obtain a Standalone configuration (TODO find
more in Container configuration):
+ The following setup procedure is used to obtain a Standalone configuration
<!--(TODO find more in Container configuration)-->:
</para>
<itemizedlist>
<listitem>
@@ -530,9 +530,9 @@
</listitem>
</varlistentry>
</variablelist>
- <para>
+<!-- <para>
LinkedWorkspaceStorageCacheImpl supports additional optional parameters TODO
- </para>
+ </para> -->
</listitem>
</varlistentry>
</variablelist>
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/external-value-storages.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/external-value-storages.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/external-value-storages.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -8,7 +8,7 @@
<section
id="sect-Reference_Guide-External_Value_Storages-Introduction">
<title>Introduction</title>
<para>
- By default JCR Values are stored in the Workspace Data container along with the JCR
structure (i.e. Nodes and Properties). eXo JCR offers an additional option of storing JCR
Values separately from Workspace Data container, which can be extremely helpful to keep
Binary Large Objects (BLOBs) for example (see [TODOBinary values processing link]).
+ By default JCR Values are stored in the Workspace Data container along with the JCR
structure (i.e. Nodes and Properties). eXo JCR offers an additional option of storing JCR
Values separately from Workspace Data container, which can be extremely helpful to keep
Binary Large Objects (BLOBs) for example.
</para>
<para>
Value storage configuration is a part of Repository configuration, find more details
in <xref
linkend="sect-Reference_Guide-Portal_and_Standalone_configuration-Repository_service_configuration"/>.
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/jdbc-data-container-config.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/jdbc-data-container-config.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/jdbc-data-container-config.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -74,7 +74,7 @@
Each database software supports ANSI SQL standards but has its own specifics too. So,
each database has its own configuration in eXo JCR as a database dialect parameter. If you
need a more detailed configuration of the database it's possible to do that by editing
the metadata SQL-script files.
</para>
<para>
- In case the non-ANSI node name is used it's necessary to use a database with
MultiLanguage support[TODO link to MultiLanguage]. Some JDBC drivers need additional
parameters for establishing a Unicode friendly connection. E.g. under mysql it's
necessary to add an additional parameter for the JDBC driver at the end of JDBC URL. For
instance:
<
code>jdbc:mysql://exoua.dnsalias.net/portal?characterEncoding=utf8<...
+ In case the non-ANSI node name is used it's necessary to use a database with
MultiLanguage support <!--[TODO link to MultiLanguage] -->. Some JDBC drivers need
additional parameters for establishing a Unicode friendly connection. E.g. under mysql
it's necessary to add an additional parameter for the JDBC driver at the end of JDBC
URL. For instance:
<
code>jdbc:mysql://exoua.dnsalias.net/portal?characterEncoding=utf8<...
</para>
<para>
There are preconfigured configuration files for HSQLDB. Look for these files in
/conf/portal and /conf/standalone folders of the jar-file
<package>exo.jcr.component.core-XXX.XXX.jar</package> or source-distribution
of eXo JCR implementation.
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -135,7 +135,7 @@
jgroups-configuration
</entry>
<entry>
- jgroups-configuration is template configuration for all components (search,
cache, locks) [Add link to document describing template configurations]
+ jgroups-configuration is template configuration for all components (search,
cache, locks) <!--[TODO 5.1 Add link to document describing template configurations]
-->
</entry>
</row>
<row>
@@ -143,7 +143,7 @@
jgroups-multiplexer-stack
</entry>
<entry>
- [TODO about jgroups-multiplexer-stack - add link to JBoss doc]
+ If "jgroups-multiplexer-stack" is true and
"jgroups-configuration" parameters are set then Multiplexing stack is enabled in
JBossCache.
</entry>
</row>
<row>
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -19,9 +19,9 @@
<para>
The identity model represented in '<emphasis
role="bold">org.exoplatform.services.organization</emphasis>'
interfaces and the one used in <emphasis role="bold">PicketLink
IDM</emphasis> have some major differences.
</para>
- <para>
+<!-- <para>
TODO: tell more about org.exoplatform.services.organization
- </para>
+ </para> -->
<para>
For example: <emphasis role="bold">PicketLink IDM</emphasis>
provides greater abstraction. It is possible for groups in <emphasis
role="bold">IDM</emphasis> framework to form memberships with many
parents (which requires recursive ID translation), while GateIn model allows only pure
tree-like membership structures.
</para>
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -780,9 +780,9 @@
</step>
</procedure>
- <para>
+<!-- <para>
TODO: The above OpenSSO manual configuration could be replaced by configuration
files prepared in advance
- </para>
+ </para> -->
</section>
</section>
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -163,7 +163,6 @@
<programlistingco>
<areaspec>
<area coords="6"
id="area-Reference_Guide-i18n.rb.service.classpath_resources" />
- <area coords="11"
id="area-Reference_Guide-i18n.rb.service.init_resources" />
<area coords="24"
id="area-Reference_Guide-i18n.rb.service.portal_resource_names" />
</areaspec>
@@ -207,11 +206,6 @@
<emphasis>classpath.resources</emphasis> are discussed in a later
section.
</para>
</callout>
- <callout
arearefs="area-Reference_Guide-i18n.rb.service.init_resources">
- <para>
- <emphasis>init.resources</emphasis> TODO
- </para>
- </callout>
<callout
arearefs="area-Reference_Guide-i18n.rb.service.portal_resource_names">
<para>
<emphasis>portal.resource.names</emphasis> Defines all resources that
belong to the <emphasis>Portal Resource Bundle</emphasis>.
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment.xml 2010-05-06
12:34:13 UTC (rev 2997)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment.xml 2010-05-06
13:15:41 UTC (rev 2998)
@@ -14,6 +14,6 @@
<xi:include href="PortalDevelopment/RTLFramework.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="PortalDevelopment/XMLResourceBundles.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include
href="PortalDevelopment/JavascriptInterApplicationCommunication.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="PortalDevelopment/JavascriptConfiguration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+<!-- <xi:include href="PortalDevelopment/JavascriptConfiguration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
</part>