gatein SVN: r9178 - epp/docs/branches/6.0/Admin_Guide/en-US.
by do-not-reply@jboss.org
Author: rdickens
Date: 2013-02-24 22:58:43 -0500 (Sun, 24 Feb 2013)
New Revision: 9178
Modified:
epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml
Log:
BZ#911447: Minor corrections as per QE feedback.
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-22 05:36:19 UTC (rev 9177)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-25 03:58:43 UTC (rev 9178)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>6.0.0-9</revnumber>
+ <date>Mon Feb 25 2013</date>
+ <author>
+ <firstname>Russell</firstname>
+ <surname>Dickenson</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#911447: Minor corrections as per QE feedback.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-8</revnumber>
<date>Wed Feb 20 2013</date>
<author>
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml 2013-02-22 05:36:19 UTC (rev 9177)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/chapter-1-Introduction.xml 2013-02-25 03:58:43 UTC (rev 9178)
@@ -167,7 +167,7 @@
</para>
</entry>
<entry>
- <para>The <systemitem>emove-resource</systemitem> operation is responsible for removing/deleting an existing managed resource.</para>
+ <para>The <systemitem>remove-resource</systemitem> operation is responsible for removing/deleting an existing managed resource.</para>
</entry>
</row>
<row>
@@ -241,7 +241,7 @@
<title>Filter Syntax</title>
<programlisting>[path-var]:(!)?[name],...[name];...[path-var]:(!)?[name],...[name]</programlisting>
</example>
- <para>where path-var is the path template variable name, name is the name of a managed-resource, and the '!' char, which is optional, is to exclude that resource rather then include it. Below are some examples that use the path template variable 'foo':</para>
+ <para>where <systemitem>path-var</systemitem> is the path template variable name, <systemitem>name</systemitem> is the name of a managed-resource, and the '!' char, which is optional, is to exclude that resource rather than include it. Below are some examples that use the path template variable 'foo':</para>
<example>
<title>Include managed resource 'bar'</title>
<programlisting>foo:bar</programlisting>
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml 2013-02-22 05:36:19 UTC (rev 9177)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/chapter-2-REST.xml 2013-02-25 03:58:43 UTC (rev 9178)
@@ -268,7 +268,7 @@
<section id="sid-8094332_GateInManagement-MultivalueAttributes">
<title>Multi-value Attributes</title>
- <para>Management attributes can be multi-valued (meaning more then one value associated with an attribute). This is easy as HTTP query parameters can be multi-valued as well.</para>
+ <para>Management attributes can be multi-valued (meaning more than one value associated with an attribute). This is easy as HTTP query parameters can be multi-valued as well.</para>
<example>
<title>Multi-valued attribute colors as request parameters</title>
<programlisting>http://localhost:8080/rest/private/managed-components/foo/bar?colors=red&...</programlisting>
@@ -431,7 +431,7 @@
</section>
<section id="sid-8094332_GateInManagement-readresource">
- <title>resource</title>
+ <title>The read-resource Operation</title>
<para>
Since the
<code>read-resource</code>
11 years, 10 months
gatein SVN: r9177 - epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.
by do-not-reply@jboss.org
Author: smumford
Date: 2013-02-22 00:36:19 -0500 (Fri, 22 Feb 2013)
New Revision: 9177
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SAML2.xml
Log:
BZ#856430 Comment 27
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SAML2.xml
===================================================================
(Binary files differ)
11 years, 10 months
gatein SVN: r9176 - in epp/docs/branches/6.0/Developer_Guide/en-US: Portal_Development and 1 other directory.
by do-not-reply@jboss.org
Author: aakanksha_writer
Date: 2013-02-21 06:50:25 -0500 (Thu, 21 Feb 2013)
New Revision: 9176
Modified:
epp/docs/branches/6.0/Developer_Guide/en-US/Portal_Development/Portal_Extension.xml
epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml
Log:
BZ#912678
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/Portal_Development/Portal_Extension.xml
===================================================================
(Binary files differ)
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml 2013-02-21 05:42:57 UTC (rev 9175)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml 2013-02-21 11:50:25 UTC (rev 9176)
@@ -4,6 +4,20 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>6.0.0-18</revnumber>
+ <date>Fri Feb 21 2013</date>
+ <author>
+ <firstname>Aakanksha</firstname>
+ <surname>Singh</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#912678: NEEDINFO - Incorporating SME feedback</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>6.0.0-17</revnumber>
<date>Fri Feb 15 2013</date>
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml 2013-02-21 05:42:57 UTC (rev 9175)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/appendix-Quickstarts.xml 2013-02-21 11:50:25 UTC (rev 9176)
@@ -1,29 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id="sid-55378941">
+<chapter id="Appendix_-_Quickstarts">
<title>Appendix - Quickstarts</title>
+ <remark>BZ#912678: NEEDINFO -Awaiting inputs from Honza on how to use WOLF repository which is needed to build ent.quickstarts</remark>
<para>JBoss Portal Platform Quickstarts provide small, specific, working examples that can be used as a reference for your own project.</para>
<para>The Quickstarts can be obtained in one of the following ways:</para>
- <section id="sid-55378941_Appendix-Quickstarts-DownloadsPage">
+ <section id="JBoss_Portal_Platform_Downloads_Page">
<title>JBoss Portal Platform Downloads Page</title>
- <remark>Source: https://https://docs.jboss.org/author/display/GTNPORTAL35/Appendix+-+Code..., incorporated changes up to version 3</remark>
<itemizedlist>
<listitem>
- <remark>FIXME: From where are the Quickstart examples to be downloaded from?</remark>
<para>
- A zip archive containing all Quickstarts can be downloaded from
- <ulink url="http://www.jboss.org/gatein/downloads/gateinportal.html">JBoss Portal Platform Downloads page</ulink>
- .
- </para>
+ A zip archive containing all Quickstarts can be downloaded from the <ulink url="https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downl...">JBoss Portal Platform Downloads page</ulink> on Customer Portal</para>
</listitem>
</itemizedlist>
</section>
- <section id="sid-55378941_Appendix-Quickstarts-IDE">
+ <section id="JBoss_Developer_Studio_or_Eclipse_with_JBoss_Tools">
<title>JBoss Developer Studio or Eclipse with JBoss Tools</title>
- <remark>FIXME: From where are the Quickstart examples to be obtained?</remark>
+ <remark>BZ#912678:NEEDINFO -Complete information needed on how to deploy quickstarts directly from IDE to JPP </remark>
<itemizedlist>
<listitem>
<para>
@@ -52,15 +48,28 @@
</para>
</listitem>
</itemizedlist>
+ <!-- <para>
+ The new runtime environment allows to deploy quickstarts directly from IDE to JBoss Portal Platform.
+ </para>
+
+ <para> Example:</para>
+ <para> Window -> Preferences -> Server -> Runtime Environments then click Add... and choose JBoss EAP 6.x from JBoss Enterprise Middleware folder.</para>
+
+ <note>
+ <para>
+ Set JPP_HOME as home directory.
+ </para>
+ </note> -->
</section>
- <section id="sid-55378941_Appendix-Quickstarts-GitHub">
+ <!--# Section comment as per the SME feedback, refer BZ#912678
+ <section id="sid-55378941_Appendix-Quickstarts-GitHub">
- <title>GitHub</title>
+ <title>GitHub</title>
<remark>FIXME: Which git repo are customers to use?</remark>
<para>Issue the following command</para>
<informalexample>
<programlisting>git clone https://github.com/gatein/gatein-portal-quickstart.git</programlisting>
</informalexample>
<para>... and switch to the branch compatible with your JBoss Portal Platform version.</para>
- </section>
+ </section> -->
</chapter>
11 years, 10 months
gatein SVN: r9175 - in epp/docs/branches/6.0/Reference_Guide/en-US: modules/Advanced/Foundations and 5 other directories.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-02-21 00:42:57 -0500 (Thu, 21 Feb 2013)
New Revision: 9175
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent
epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Advanced_Concepts.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Management.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/System_Properties.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/portlet_development.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/statistics.xml
Log:
BZ#911516 - incorporated comments 1 to 3 in the ticket.
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent 2013-02-21 05:42:57 UTC (rev 9175)
@@ -18,3 +18,4 @@
<!ENTITY VY "6.0">
<!ENTITY VZ "6.0.0">
<!ENTITY WSRP_VERSION "2.2.2.Final">
+<!ENTITY JCR_VERSION "1.15.1-CP01-redhat-1">
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Advanced_Concepts.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Advanced_Concepts.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Advanced_Concepts.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -333,7 +333,7 @@
</listitem>
<listitem>
<para>
- No file exists at the previous path, we then assume that the path cans be interpreted by the <envar>ConfigurationManager</envar>.
+ No file exists at the previous path, we then assume that the path can be interpreted by the <envar>ConfigurationManager</envar>.
</para>
</listitem>
</orderedlist>
@@ -342,7 +342,7 @@
</listitem>
<listitem>
<para>
- The path contains a prefix, we then assume that the path cans be interpreted by the <envar>ConfigurationManager</envar>.
+ The path contains a prefix, we then assume that the path can be interpreted by the <envar>ConfigurationManager</envar>.
</para>
</listitem>
</orderedlist></entry>
@@ -436,7 +436,7 @@
</listitem>
<listitem>
<para>
- No file exists at the previous path, we then assume that the path cans be interpreted by the <envar>ConfigurationManager</envar>.
+ No file exists at the previous path, we then assume that the path can be interpreted by the <envar>ConfigurationManager</envar>.
</para>
</listitem>
</orderedlist>
@@ -445,7 +445,7 @@
</listitem>
<listitem>
<para>
- The path contains a prefix, we then assume that the path cans be interpreted by the <envar>ConfigurationManager</envar>.
+ The path contains a prefix, we then assume that the path can be interpreted by the <envar>ConfigurationManager</envar>.
</para>
</listitem>
</orderedlist></entry>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Configuring_Services.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -9,7 +9,7 @@
The eXo Kernel uses dependency injection to create services based on <filename>configuration.xml</filename> configuration files. The location of the configuration files determines if services are placed into the <literal>RootContainer</literal> scope, or into the <literal>PortalContainer</literal> scope.
</para>
<para>
- When creating a service, you also should declare its existence to the <emphasis role="bold">Container</emphasis>. This fan be done by creating a simple configuration file.
+ When creating a service, you also should declare its existence to the <emphasis role="bold">Container</emphasis>. This can be done by creating a simple configuration file.
</para>
<para>
Copy the following code to a <filename>configuration.xml</filename> file and save this file in a <filename>/conf</filename> subdirectory of your service base folder. The container looks for a <filename>/conf/configuration.xml</filename> file in each jar-file.
@@ -744,7 +744,7 @@
</listitem>
</itemizedlist>
<para>
- If you open the "portal/trunk/web/portal/src/main/webapp/WEB-INF/conf.configuration.xml" you will see that it consists only of imports:
+ If you open the <filename>portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/configuration.xml</filename> you will see that it consists only of imports:
</para>
<programlisting language="XML" role="XML"><import>war:/conf/common/common-configuration.xml</import>
<import>war:/conf/common/logs-configuration.xml</import>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Management.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Management.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/Management.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -1,130 +1,103 @@
-<?xml version='1.0' encoding='utf-8' ?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
%BOOK_ENTITIES;
]>
<section id="sect-Reference_Guide-Manageability">
- <title>Manageability</title>
- <section id="sect-Reference_Guide-Manageability-Introduction">
- <title>Introduction</title>
- <para>
- The kernel has a framework for exposing a management view of the various sub systems of the platform. The management view is a lose term for defining how we can access relevant information about the system and how we can apply management operations. JMX is the de facto standard for exposing a management view in the Java Platform but we take in consideration other kind of views such as REST web services. Therefore, the framework is not tied to JMX, yet it provides a JMX part to define more precisely details related to the JMX management view. The legacy framework is still in use but is deprecated in favor of the new framework as it is less tested and less efficient. It will be removed by sanitization in the future.
- </para>
-
- </section>
-
- <section id="sect-Reference_Guide-Manageability-Managed_framework_API">
- <title>Managed framework API</title>
- <para>
- The managed frameworks defines an API for exposing a management view of objects. The API is targeted for internal use and is not a public API. The framework leverages Java 5 annotations to describe the management view from an object.
- </para>
- <section id="sect-Reference_Guide-Managed_framework_API-Annotations">
- <title>Annotations</title>
- <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.Managed_annotation">
- <title>@org.exoplatform.management.annotations.Managed annotation</title>
- <para>
- The @Managed annotates elements that wants to expose a management view to a management layer.
- </para>
- <para>
- <emphasis role="bold">@Managed for objects</emphasis>
- </para>
- <para>
- The framework will export a management view for the objects annotated.
- </para>
- <para>
- <emphasis role="bold">@Managed for getter/setter</emphasis>
- </para>
- <para>
- Defines a managed property. An annotated getter defines a read property, an annotated setter defines a write property and if matching getter/setter are annotated it defines a read/write property.
- </para>
- <para>
- <emphasis role="bold">@Managed on method</emphasis>
- </para>
- <para>
- Defines a managed operation.
- </para>
-
- </section>
-
- <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.ManagedDescription">
- <title>@org.exoplatform.management.annotations.ManagedDescription</title>
- <para>
- The @ManagedDescription annotation provides a description of a managed element. It is valid to annotated object or methods. It takes as sole argument a string that is the description value.
- </para>
-
- </section>
-
- <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.ManagedName">
- <title>@org.exoplatform.management.annotations.ManagedName</title>
- <para>
- The @ManagedName annotation provides an alternative name for managed properties. It is used to accomodate legacy methods of an object that can be renamed for compatibility reasons. It takes as sole argument a string that is the name value.
- </para>
-
- </section>
-
- <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.ManagedBy">
- <title>@org.exoplatform.management.annotations.ManagedBy</title>
- <para>
- The @ManagedBy annotation defines a delegate class for exposing a management view. The sole argument of the annotation are class literals. The delegate class must provide a constructor with the managed object as argument.
- </para>
-
- </section>
-
-
- </section>
-
-
- </section>
-
- <section id="sect-Reference_Guide-Manageability-JMX_Management_View">
- <title>JMX Management View</title>
- <section id="sect-Reference_Guide-JMX_Management_View-JMX_Annotations">
- <title>JMX Annotations</title>
- <section id="sect-Reference_Guide-JMX_Annotations-org.exoplatform.management.jmx.annotations.Property_annotation">
- <title>@org.exoplatform.management.jmx.annotations.Property annotation</title>
- <para>
- The @Property annotation is used to within other annotations such as @NameTemplate or @NamingContext. It should be seen as a structural way for a list of properties. A property is made of a key and a value. The value can either be a string literal or it can be surrounded by curly brace to be a dynamic property. A dynamic property is resolved against the instance of the object at runtime.
- </para>
-
- </section>
-
- <section id="sect-Reference_Guide-JMX_Annotations-org.exoplatform.management.jmx.annotations.NameTemplate_annotation">
- <title>@org.exoplatform.management.jmx.annotations.NameTemplate annotation</title>
- <para>
- The @NameTemplate defines a template that is used at registration time of a managed object to create the JMX object name. The template is formed of properties.
- </para>
-
-<programlisting language="Java" role="Java">@NameTemplate({
- @Property(key="container", value="workspace"),
- @Property(key="name", value="{Name}")})</programlisting>
-
- </section>
-
- <section id="sect-Reference_Guide-JMX_Annotations-org.exoplatform.management.jmx.annotations.NamingContext_annotation">
- <title>@org.exoplatform.management.jmx.annotations.NamingContext annotation</title>
- <para>
- The @NamingContext annotations defines a set of properties which are used within a management context. It allows to propagate properties down to managed objects which are defined by an object implementing the ManagementAware interface. The goal is to scope different instances of the same class that would have the same object name otherwise.
- </para>
-
-<programlisting language="Java" role="Java">@NamingContext(@Property(key="workspace", value="{Name}"))</programlisting>
-
- </section>
-
-
- </section>
-
-
- </section>
-
- <section id="sect-Reference_Guide-Manageability-Example">
- <title>Example</title>
- <section id="sect-Reference_Guide-Example-CacheService_example">
- <title>CacheService example</title>
- <para>
- The cache service delegates most of the work to the CacheServiceManaged class by using the @ManagedBy annotation. At runtime when a new cache is created, it calls the CacheServiceManaged class in order to let the CacheServiceManaged object register the cache.
- </para>
-
-<programlisting language="Java" role="Java">@ManagedBy(CacheServiceManaged.class)
+ <title>Manageability</title>
+ <section id="sect-Reference_Guide-Manageability-Introduction">
+ <title>Introduction</title>
+ <para>
+ The kernel has a framework for exposing a management view of the various sub systems of the platform. The management view is a lose term for defining how we can access relevant information about the system and how we can apply management operations. JMX is the de facto standard for exposing a management view in the Java Platform but we take in consideration other kind of views such as REST web services. Therefore, the framework is not tied to JMX, yet it provides a JMX part to define more precisely details related to the JMX management view. The legacy framework is still in use but is deprecated in favor of the new framework as it is less tested and less efficient. It will be removed by sanitization in the future.
+ </para>
+ </section>
+ <section id="sect-Reference_Guide-Manageability-Managed_framework_API">
+ <title>Managed framework API</title>
+ <para>
+ The managed frameworks define an API for exposing a management view of objects. The API is targeted for internal use and is not a public API. The framework leverages Java 5 annotations to describe the management view from an object.
+ </para>
+ <section id="sect-Reference_Guide-Managed_framework_API-Annotations">
+ <title>Annotations</title>
+ <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.Managed_annotation">
+ <title>@org.exoplatform.management.annotations.Managed annotation</title>
+ <para>
+ The @Managed annotates elements that wants to expose a management view to a management layer.
+ </para>
+ <para>
+ <emphasis role="bold">@Managed for objects</emphasis>
+ </para>
+ <para>
+ The framework will export a management view for the objects annotated.
+ </para>
+ <para>
+ <emphasis role="bold">@Managed for getter/setter</emphasis>
+ </para>
+ <para>
+ Defines a managed property. An annotated getter defines a read property, an annotated setter defines a write property and if matching getter/setter are annotated it defines a read/write property.
+ </para>
+ <para>
+ <emphasis role="bold">@Managed on method</emphasis>
+ </para>
+ <para>
+ Defines a managed operation.
+ </para>
+ </section>
+ <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.ManagedDescription">
+ <title>@org.exoplatform.management.annotations.ManagedDescription</title>
+ <para>
+ The @ManagedDescription annotation provides a description of a managed element. It is valid to annotated object or methods. It takes as sole argument a string that is the description value.
+ </para>
+ </section>
+ <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.ManagedName">
+ <title>@org.exoplatform.management.annotations.ManagedName</title>
+ <para>
+ The @ManagedName annotation provides an alternative name for managed properties. It is used to accomodate legacy methods of an object that can be renamed for compatibility reasons. It takes as sole argument a string that is the name value.
+ </para>
+ </section>
+ <section id="sect-Reference_Guide-Annotations-org.exoplatform.management.annotations.ManagedBy">
+ <title>@org.exoplatform.management.annotations.ManagedBy</title>
+ <para>
+ The @ManagedBy annotation defines a delegate class for exposing a management view. The sole argument of the annotation are class literals. The delegate class must provide a constructor with the managed object as argument.
+ </para>
+ </section>
+ </section>
+ </section>
+ <section id="sect-Reference_Guide-Manageability-JMX_Management_View">
+ <title>JMX Management View</title>
+ <section id="sect-Reference_Guide-JMX_Management_View-JMX_Annotations">
+ <title>JMX Annotations</title>
+ <section id="sect-Reference_Guide-JMX_Annotations-org.exoplatform.management.jmx.annotations.Property_annotation">
+ <title>@org.exoplatform.management.jmx.annotations.Property annotation</title>
+ <para>
+ The @Property annotation is used to within other annotations such as @NameTemplate or @NamingContext. It should be seen as a structural way for a list of properties. A property is made of a key and a value. The value can either be a string literal or it can be surrounded by curly brace to be a dynamic property. A dynamic property is resolved against the instance of the object at runtime.
+ </para>
+ </section>
+ <section id="sect-Reference_Guide-JMX_Annotations-org.exoplatform.management.jmx.annotations.NameTemplate_annotation">
+ <title>@org.exoplatform.management.jmx.annotations.NameTemplate annotation</title>
+ <para>
+ The @NameTemplate defines a template that is used at registration time of a managed object to create the JMX object name. The template is formed of properties.
+ </para>
+ <programlisting language="Java" role="Java">@NameTemplate({
+ @Property(key="container", value="workspace"),
+ @Property(key="name", value="{Name}")})</programlisting>
+ </section>
+ <section id="sect-Reference_Guide-JMX_Annotations-org.exoplatform.management.jmx.annotations.NamingContext_annotation">
+ <title>@org.exoplatform.management.jmx.annotations.NamingContext annotation</title>
+ <para>
+ The @NamingContext annotation defines a set of properties which are used within a management context. It allows to propagate properties down to managed objects which are defined by an object implementing the ManagementAware interface. The goal is to scope different instances of the same class that would have the same object name otherwise.
+ </para>
+ <programlisting language="Java" role="Java">@NamingContext(@Property(key="workspace", value="{Name}"))</programlisting>
+ </section>
+ </section>
+ </section>
+ <section id="sect-Reference_Guide-Manageability-Example">
+ <title>Example</title>
+ <section id="sect-Reference_Guide-Example-CacheService_example">
+ <title>CacheService example</title>
+ <para>
+ The cache service delegates most of the work to the CacheServiceManaged class by using the @ManagedBy annotation. At runtime when a new cache is created, it calls the CacheServiceManaged class in order to let the CacheServiceManaged object register the cache.
+ </para>
+ <programlisting language="Java" role="Java">@ManagedBy(CacheServiceManaged.class)
public class CacheServiceImpl implements CacheService {
CacheServiceManaged managed;
@@ -137,36 +110,34 @@
...
}
}</programlisting>
- <para>
- The ExoCache interface is annotated to define its management view. The @NameTemplate is used to produce object name values when ExoCache instance are registered.
- </para>
-
-<programlisting language="Java" role="Java">@Managed
-@NameTemplate({@Property(key="service", value="cache"), @Property(key="name", value="{Name}")})
-@ManagedDescription("Exo Cache")
+ <para>
+ The ExoCache interface is annotated to define its management view. The @NameTemplate is used to produce object name values when ExoCache instance are registered.
+ </para>
+ <programlisting language="Java" role="Java">@Managed
+@NameTemplate({@Property(key="service", value="cache"), @Property(key="name", value="{Name}")})
+@ManagedDescription("Exo Cache")
public interface ExoCache {
@Managed
- @ManagedName("Name")
- @ManagedDescription("The cache name")
+ @ManagedName("Name")
+ @ManagedDescription("The cache name")
public String getName();
@Managed
- @ManagedName("Capacity")
- @ManagedDescription("The maximum capacity")
+ @ManagedName("Capacity")
+ @ManagedDescription("The maximum capacity")
public int getMaxSize();
@Managed
- @ManagedDescription("Evict all entries of the cache")
+ @ManagedDescription("Evict all entries of the cache")
public void clearCache() throws Exception;
...
}</programlisting>
- <para>
- The CacheServiceManaged is the glue code between the CacheService and the management view. The main reason is that only exo services are registered automatically against the management view. Any other managed bean must be registered manually for now. Therefore, it needs to know about the management layer via the management context. The management context allows an object implementing the ManagementAware interface to receive a context to perform further registration of managed objects.
- </para>
-
-<programlisting language="Java" role="Java">@Managed
+ <para>
+ The CacheServiceManaged is the glue code between the CacheService and the management view. The main reason is that only exo services are registered automatically against the management view. Any other managed bean must be registered manually for now. Therefore, it needs to know about the management layer via the management context. The management context allows an object implementing the ManagementAware interface to receive a context to perform further registration of managed objects.
+ </para>
+ <programlisting language="Java" role="Java">@Managed
public class CacheServiceManaged implements ManagementAware {
/** . */
@@ -192,13 +163,6 @@
}
}
}</programlisting>
-
- </section>
-
-
- </section>
-
-
+ </section>
+ </section>
</section>
-
-
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/System_Properties.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/System_Properties.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/Advanced/Foundations/System_Properties.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -6,10 +6,10 @@
<section id="sect-Reference_Guide-System_property_configuration">
<title>System property configuration</title>
<para>
- A new property configurator service has been developed for taking care of configuring system properties from the inline kernel configuration or from specified property files.
+ A new property configuration service has been developed for taking care of configuring system properties from the inline kernel configuration or from specified property files.
</para>
<para>
- The services is scoped at the root container level because it is used by all the services in the different portal containers in the application runtime.
+ The service is scoped at the root container level because it is used by all the services in the different portal containers in the application runtime.
</para>
<section id="sect-Reference_Guide-System_property_configuration-Properties_init_param">
<title>Properties <init-param></title>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -87,7 +87,7 @@
The default skin can also be configured using the portal configuration files. This allows the portal to have the new default skin ready for use when JBoss Portal Platform is first started.
</para>
<para>
- The default skin of the portal is called <literal>Default</literal>. To change this value add a <literal>skin</literal> tag in the <literal>portal.war/WEB-INF/conf/portal/portal/classic/portal.xml</literal> configuration file.
+ The default skin of the portal is called <literal>Default</literal>. To change this value add a <literal>skin</literal> tag in the <literal>JPP_HOME/gatein/gatein.ear/portal.war/WEB-INF/conf/portal/portal/classic/portal.xml</literal> configuration file.
</para>
<para>
To change the skin to <literal>MySkin</literal> you would make the following changes:
@@ -140,7 +140,7 @@
<section id="sect-Reference_Guide-The_Skin_Service-Skin_configuration">
<title>Skin configuration</title>
<para>
-JBoss Portal Platform automatically discovers web archives that contain a file descriptor for skins (<filename>WEB-INF/gatein-resources.xml</filename>). This file is responsible for specifying the portal, portlet and window decorators to be deployed into the skin service.
+JBoss Portal Platform automatically discovers web archives that contain a file descriptor for skins (<filename>JPP_HOME/gatein/gatein.ear/portal.war/WEB-INF/gatein-resources.xml</filename>). This file is responsible for specifying the portal, portlet and window decorators to be deployed into the skin service.
</para>
<para>
The full schema can be found at: <ulink url="http://www.gatein.org/xml/ns/gatein_resources_1_2" type="http"/>.
@@ -153,7 +153,7 @@
<section id="sect-Reference_Guide-The_Skin_Service-Resource_Request_Filter">
<title>Resource Request Filter</title>
<para>
- Because of JBoss Portal Platform's Right-To-Left support, all CSS files need to be retrieved through a Servlet filter and the web application needs to be configured to activate this filter. This is already done for the<literal>JPP_HOME/gatein/gatein.ear/eXoResources.war</literal> web application which contains the default skin.
+ Because of JBoss Portal Platform's Right-To-Left support, all CSS files need to be retrieved through a Servlet filter and the web application needs to be configured to activate this filter. This is already done for the <literal>JPP_HOME/gatein/gatein.ear/eXoResources.war</literal> web application which contains the default skin.
</para>
<para>
Any new web applications containing skinning CSS files will need to have the following added to their <filename>web.xml</filename> :
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/portlet_development.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/portlet_development.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/portlet_development.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -24,12 +24,12 @@
<programlisting language="XML"><dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.0.Final</version>
+ <version>3.1.2.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>3.1.0.Final</version>
+ <version>3.1.2.Final</version>
<scope>runtime</scope>
</dependency></programlisting>
</step>
@@ -38,7 +38,7 @@
<programlisting language="XML"><dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-extension-richfaces</artifactId>
- <version>3.1.0.Final</version>
+ <version>3.1.2.Final</version>
<scope>runtime</scope>
</dependency></programlisting>
</step>
@@ -54,7 +54,7 @@
<programlisting language="XML"><dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>jsf2-depchain</artifactId>
- <version>3.1.0.Final</version>
+ <version>3.1.2.Final</version>
<type>pom</type>
</dependency></programlisting>
</step>
@@ -63,13 +63,13 @@
<programlisting language="XML"><dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>jsf2-depchain</artifactId>
- <version>3.1.0.Final</version>
+ <version>3.1.2.Final</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>richfaces4-depchain</artifactId>
- <version>3.1.0.Final</version>
+ <version>3.1.2.Final</version>
<type>pom</type>
</dependency></programlisting>
</step>
@@ -86,7 +86,7 @@
<programlisting language="XML"><dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.0.Final</version>
+ <version>3.1.2.Final</version>
<scope>provided</scope>
</dependency></programlisting>
</step>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -30,17 +30,17 @@
<para>
The diagram below visually represents this nesting:
</para>
-<figure>
- <title id="SpecPortalDef">Portal Specification</title>
- <mediaobject>
- <imageobject role="html">
- <imagedata width="444" align="center" scale="95" fileref="images/PortletDevelopment/Standard/SpecPortalDef.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata width="444" contentwidth="140mm" align="center" fileref="images/PortletDevelopment/Standard/SpecPortalDef.png" format="PNG"/>
- </imageobject>
- </mediaobject>
-</figure>
+ <figure>
+ <title id="SpecPortalDef">Portal Specification</title>
+ <mediaobject>
+ <imageobject role="html">
+ <imagedata width="444" align="center" scale="95" fileref="images/PortletDevelopment/Standard/SpecPortalDef.png" format="PNG"/>
+ </imageobject>
+ <imageobject role="fo">
+ <imagedata width="444" contentwidth="140mm" align="center" fileref="images/PortletDevelopment/Standard/SpecPortalDef.png" format="PNG"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
<section id="sect-Reference_Guide-JSR_168_and_JSR_286_overview-Rendering_Modes">
<title>Rendering Modes</title>
@@ -208,8 +208,7 @@
Comment #2: If only the <literal>view</literal> mode is required, then only the <literal>doView</literal> method needs to be implemented. The <classname>GenericPortlet</classname> render implementation calls our implementation when the <literal>view</literal> mode is requested.
</para>
<para>
- Comment #3: Use the <methodname>RenderResponse</methodname> method to obtain a writer to be used to produce content.
- </para>
+ Comment #3: To obtain a writer that can produce content, use the <methodname>response.GetWriter()</methodname> method from the RenderResponse object. </para>
<para>
Comment #4: Write the markup to display.
</para>
@@ -323,17 +322,17 @@
</para>
</step>
</procedure>
-<figure>
- <title id="fig_output">Create New Portal Page and Add Portlet</title>
- <mediaobject>
- <imageobject role="html">
- <imagedata width="444" align="center" scale="100" fileref="images/PortletDevelopment/Standard/jsp_portlet/output.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata width="444" contentwidth="120mm" align="center" fileref="images/PortletDevelopment/Standard/jsp_portlet/output.png" format="PNG"/>
- </imageobject>
- </mediaobject>
-</figure>
+ <figure>
+ <title id="fig_output">Create New Portal Page and Add Portlet</title>
+ <mediaobject>
+ <imageobject role="html">
+ <imagedata width="444" align="center" scale="100" fileref="images/PortletDevelopment/Standard/jsp_portlet/output.png" format="PNG"/>
+ </imageobject>
+ <imageobject role="fo">
+ <imagedata width="444" contentwidth="120mm" align="center" fileref="images/PortletDevelopment/Standard/jsp_portlet/output.png" format="PNG"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<!-- Does not seem to appear any longer
<note>
<para>
@@ -437,59 +436,54 @@
<para>
In the third method, the action phase is triggered first then the render phase is triggered, which outputs some content back to the web browser based on the available render parameters.
</para>
-<figure>
+ <figure>
<title id="process">Render Phase Process</title>
- <mediaobject>
- <imageobject role="html">
- <imagedata width="444" align="center" scale="100" fileref="images/PortletDevelopment/Standard/jsp_portlet/process.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata width="444" contentwidth="140mm" align="center" fileref="images/PortletDevelopment/Standard/jsp_portlet/process.png" format="PNG"/>
- </imageobject>
- </mediaobject>
-</figure>
+ <mediaobject>
+ <imageobject role="html">
+ <imagedata width="444" align="center" scale="100" fileref="images/PortletDevelopment/Standard/jsp_portlet/process.png" format="PNG"/>
+ </imageobject>
+ <imageobject role="fo">
+ <imagedata width="444" contentwidth="140mm" align="center" fileref="images/PortletDevelopment/Standard/jsp_portlet/process.png" format="PNG"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
</section>
- <section id="sect-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge">
- <title>JSF example using the JBoss Portlet Bridge</title>
- <para>
- In order to write a portlet using JSF a 'bridge' is needed. This software allows developers to write a portlet application as if it was a JSF application. The bridge then negotiates the interactions between the two layers.
+<!--DOCS NOTE - jmorgan - Commented out the JSF Example section below because the new Portlet Bridge chapter describes the bridge much better than this. --><!--<section id="sect-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge">
+ <title>JSF example using the JBoss Portlet Bridge</title>
+ <para>
+ In order to write a portlet using JSF, a 'bridge' is needed. This software allows developers to write a portlet application as if it was a JSF application. The bridge then negotiates the interactions between the two layers.
</para>
- <para>
- An example using the JBoss Portlet Bridge is available in the <filename>/jboss-jpp-<replaceable>VERSION</replaceable>-src/portal/examples/portlets/</filename> directory of the JBoss Portal Platform sources package. The configuration is slightly different from a JSP application. This example can be used as a base to configure instead of creating a new application.
+ <para> As in any JSF application, the file <literal>faces-config.xml</literal> is required. It must contain the following information:
</para>
- <para>
- As in any JSF application, the file <literal>faces-config.xml</literal> is required. It must contain the following information:
- </para>
- <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default253.xml" parse="text"/></programlisting>
- <para>
+ <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default253.xml" parse="text"/></programlisting>
+ <para>
The portlet bridge libraries must be available and are usually bundled with the <literal>WEB-INF/lib</literal> directory of the web archive.
</para>
- <para>
+ <para>
The other differences when compared to a regular portlet application are in the portlet descriptor. All the relevant details about this can be found in the JSR-329 specification that the JBoss Portlet Bridge implements.
</para>
- <example>
- <title>Portlet Descriptor Explanation</title>
- <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default254.xml" parse="text"/></programlisting>
- <para>
+ <example>
+ <title>Portlet Descriptor Explanation</title>
+ <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default254.xml" parse="text"/></programlisting>
+ <para>
Comment #1: All JSF portlets define <literal>javax.portlet.faces.GenericFacesPortlet</literal> as a portlet class. This class is part of the JBoss Portlet Bridge.
</para>
- <para>
+ <para>
Comment #2: This is a mandatory parameter to define what's the default page to display.
</para>
- <para>
+ <para>
Comment #3: This parameter defines which page to display on the 'edit' mode.
</para>
- <para>
+ <para>
Comment #4: This parameter defines which page to display on the 'help' mode.
</para>
- </example>
- <note>
- <title>JBoss Portlet Bridge</title>
- <para>
+ </example>
+ <note>
+ <title>JBoss Portlet Bridge</title>
+ <para>
For more information about the JBoss Portlet Bridge, see the dedicated chapter which is part of this document.
</para>
- </note>
- </section>
- </section>
+ </note>
+</section>--> </section>
</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/jdbc-data-container-config.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -1,5 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY JCR_VERSION ''>
+<!ENTITY JSR_VERSION ''>
<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
%BOOK_ENTITIES;
]>
@@ -112,9 +114,9 @@
<para>
Each database software supports ANSI SQL standards but also has its own specifics. Therefore each database has its own configuration setting in the eXo JCR as a database dialect parameter. More detailed configuration of the database can be set by editing the metadata SQL-script files.
</para>
-<remark>NEEDINFO - FILE PATHS - The path needs to be updated with the equivalent path for JBoss Portal Platform instead of gatein, please see below para. New info required?</remark>
-<para>
- You can find SQL-scripts in <filename>conf/storage/</filename> directory of the <filename><replaceable>JPP_HOME</replaceable>/modules/org/gatein/lib/main/exo.jcr.component.core-<remark>VERSION</remark>.jar</filename> file .
+ <remark>NEEDINFO - FILE PATHS - The path needs to be updated with the equivalent path for JBoss Portal Platform instead of gatein, please see below para. New info required?</remark>
+ <para>
+ You can find SQL-scripts in <filename>conf/storage/</filename> directory of the <filename><replaceable>JPP_HOME</replaceable>/modules/org/gatein/lib/main/exo.jcr.component.core-&JCR_VERSION;.jar</filename> file .
</para>
<para>
The following tables show the correspondence between the scripts and databases:
@@ -245,7 +247,7 @@
If a non-ANSI node name is used, you must use a database with MultiLanguage support. Some JDBC drivers need additional parameters for establishing a Unicode friendly connection. For example under mysql it is necessary to add an additional parameter for the JDBC driver at the end of JDBC URL:
</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.
+ 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-&JCR_VERSION;.jar</package> or source-distribution of eXo JCR implementation.
</para>
<example id="exam-Reference_Guide-Introduction-Example_Parameter">
<title>Example Parameter</title>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/statistics.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/statistics.xml 2013-02-20 07:36:21 UTC (rev 9174)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/statistics.xml 2013-02-21 05:42:57 UTC (rev 9175)
@@ -300,7 +300,7 @@
</row>
<row>
<entry> getTimes </entry>
- <entry> Give the total amount of times the method has been called corresponding to the given ,category name and statistics name. The expected arguments are the name of the category of statistics (e.g. JDBCStorageConnection) and the name of the expected method or global for the global value. </entry>
+ <entry> Give the total amount of times the method has been called corresponding to the given category name and statistics name. The expected arguments are the name of the category of statistics (e.g. JDBCStorageConnection) and the name of the expected method or global for the global value. </entry>
</row>
<row>
<entry> reset </entry>
11 years, 10 months
gatein SVN: r9174 - epp/docs/branches/6.0/User_Guide/en-US.
by do-not-reply@jboss.org
Author: aakanksha_writer
Date: 2013-02-20 02:36:21 -0500 (Wed, 20 Feb 2013)
New Revision: 9174
Modified:
epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
Log:
BZ856445
Modified: epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2013-02-20 07:34:43 UTC (rev 9173)
+++ epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2013-02-20 07:36:21 UTC (rev 9174)
@@ -7,6 +7,20 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>6.0.0-11</revnumber>
+ <date>Wed Feb 20 2013</date>
+ <author>
+ <firstname>Aakanksha</firstname>
+ <surname>Singh</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#856445 - Updated topic supported browsers</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>6.0.0-10</revnumber>
<date>Wed Jan 23 2013</date>
11 years, 10 months
gatein SVN: r9173 - epp/docs/branches/6.0/User_Guide/en-US/modules.
by do-not-reply@jboss.org
Author: aakanksha_writer
Date: 2013-02-20 02:34:43 -0500 (Wed, 20 Feb 2013)
New Revision: 9173
Modified:
epp/docs/branches/6.0/User_Guide/en-US/modules/Supported_Browsers.xml
Log:
BZ856445
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/Supported_Browsers.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/Supported_Browsers.xml 2013-02-20 01:18:25 UTC (rev 9172)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/Supported_Browsers.xml 2013-02-20 07:34:43 UTC (rev 9173)
@@ -6,35 +6,106 @@
<chapter>
<title>Supported Browsers</title>
<para>
-JBoss Portal Platform has been tested, and is supported, on the following web browsers:
+JBoss Portal Platform 6 is tested, and is supported on the following web browsers:
</para>
<!-- Source Metadata
URL: https://jira.exoplatform.org/browse/WCM-1371
Author [w/email]: Benjamin Paillereau (benjamin.paillereau(a)exoplatform.com)
License:
---> <itemizedlist>
+-->
+
+<table frame="all" pgwide="1">
+ <title>JBoss Portal Platfrom 6.0 Supported Browsers</title>
+ <tgroup cols="2" colsep="1">
+ <colspec colname="c1"/>
+ <colspec colname="c2"/>
+ <thead>
+ <row>
+ <entry>
+ Name
+ </entry>
+ <entry>
+ Version
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <ulink url="http://www.mozilla.com/en-US/firefox/new/" type="http">Firefox</ulink>
+ </entry>
+ <entry>
+ 16
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <ulink url="http://windows.microsoft.com/en-AU/internet-explorer/downloads/ie" type="http">Internet Explorer</ulink>
+ </entry>
+
+ <entry>
+ 8, 9, and 10
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <ulink url="http://www.google.com/chrome/" type="http">Google Chrome</ulink>
+ </entry>
+ <entry>
+ 20
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <ulink url="http://www.mozilla.org/en-US/firefox/organizations/all.html" type="http">Firefox Extended Support</ulink>
+ </entry>
+ <entry>
+ 10 and 17
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <ulink url="http://www.apple.com/safari/" type="http">Safari</ulink>
+ </entry>
+ <entry>
+ 6
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+<!-- <itemizedlist>
<listitem>
<para>
- <ulink url="http://www.mozilla.com/en-US/firefox/new/" type="http">Firefox</ulink>.
+ <ulink url="http://www.mozilla.com/en-US/firefox/new/" type="http">Firefox</ulink> Version 16.
</para>
</listitem>
<listitem>
<para>
- <ulink url="http://windows.microsoft.com/en-AU/internet-explorer/downloads/ie" type="http">Internet Explorer</ulink>.
+ <ulink url="http://windows.microsoft.com/en-AU/internet-explorer/downloads/ie" type="http">Internet Explorer Version 8,9, and 10</ulink>.
</para>
</listitem>
<listitem>
<para>
- <ulink url="http://www.google.com/chrome/" type="http">Google Chrome</ulink>.
+ <ulink url="http://www.google.com/chrome/" type="http">Google Chrome Version 20</ulink>.
</para>
</listitem>
<listitem>
<para>
- <ulink url="http://www.apple.com/safari/" type="http">Safari</ulink> (read-only).
+
</para>
</listitem>
- </itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="http://www.apple.com/safari/" type="http">Safari Version 6</ulink>.
+ </para>
+ </listitem>
+ </itemizedlist> -->
+<note>
<para>
- This list will be expanded as newer browser versions are released and tested.
- </para>
+For more information on supported browsers, refer to KBase document on supported configurations available at <ulink url="https://access.redhat.com/knowledge/articles/119833" type="http">https://access.redhat.com/knowledge/articles/119833</ulink>
+ </para>
+</note>
</chapter>
11 years, 10 months
gatein SVN: r9172 - epp/docs/branches/6.0/Developer_Guide/en-US/JavaScript_Development.
by do-not-reply@jboss.org
Author: smumford
Date: 2013-02-19 20:18:25 -0500 (Tue, 19 Feb 2013)
New Revision: 9172
Modified:
epp/docs/branches/6.0/Developer_Guide/en-US/JavaScript_Development/Script_Cookbook.xml
Log:
BZ#883655: Removed ugly syntax highlighting
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/JavaScript_Development/Script_Cookbook.xml
===================================================================
(Binary files differ)
11 years, 10 months
gatein SVN: r9171 - epp/docs/branches/6.0/Admin_Guide/en-US.
by do-not-reply@jboss.org
Author: rdickens
Date: 2013-02-19 19:49:58 -0500 (Tue, 19 Feb 2013)
New Revision: 9171
Modified:
epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
Log:
Incremented pubsnumber to have book re-Brew-ed
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-20 00:49:49 UTC (rev 9170)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-20 00:49:58 UTC (rev 9171)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>6.0.0-8</revnumber>
+ <date>Wed Feb 20 2013</date>
+ <author>
+ <firstname>Russell</firstname>
+ <surname>Dickenson</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Incremented pubsnumber to have book re-Brew-ed.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-7</revnumber>
<date>Fri Feb 15 2013</date>
<author>
11 years, 10 months
gatein SVN: r9170 - epp/docs/branches/6.0/Admin_Guide/en-US.
by do-not-reply@jboss.org
Author: rdickens
Date: 2013-02-19 19:49:49 -0500 (Tue, 19 Feb 2013)
New Revision: 9170
Modified:
epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml
Log:
Revert "BZ#873007: Added admonition to exporting a site"
This reverts commit cd0483feca485caf3fd0282a44e8ea645698a75f.
* Undid this change as feedback from the SME on BZ#873007 was that the changes made were incorrect.
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-20 00:43:17 UTC (rev 9169)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2013-02-20 00:49:49 UTC (rev 9170)
@@ -8,20 +8,6 @@
<simpara>
<revhistory>
<revision>
- <revnumber>6.0.0-8</revnumber>
- <date>Fri Feb 19 2013</date>
- <author>
- <firstname>Russell</firstname>
- <surname>Dickenson</surname>
- <email/>
- </author>
- <revdescription>
- <simplelist>
- <member>BZ#873007: Added admonition about exporting a site.</member>
- </simplelist>
- </revdescription>
- </revision>
- <revision>
<revnumber>6.0.0-7</revnumber>
<date>Fri Feb 15 2013</date>
<author>
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml 2013-02-20 00:43:17 UTC (rev 9169)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml 2013-02-20 00:49:49 UTC (rev 9170)
@@ -254,9 +254,9 @@
operation on a managed resource and writes the exported content to the file.
</para>
<important>
- <para>The Import/Export Site tool is suitable for use only when the target site is running, with <emphasis>no</emphasis> active users accessing the site. Attempting to import or export a site with active users will result in an incomplete export. Consider using the command-line RESTful interface to manage a site's import and export. For further information refer to the <citetitle>REST</citetitle> chapter in the <citetitle>Administration Guide</citetitle>.</para>
+ <title>Important</title>
+ <para>Since the CLI is connected to the portal server over SSH, the export command will write to the server's file system, not that of the client.</para>
</important>
- <para>Since the CLI is connected to the portal server over SSH, the export command will write to the server's file system, not that of the the client.</para>
<example>
<title>export help</title>
<screen>[ /]% export -h
11 years, 10 months
gatein SVN: r9169 - epp/docs/branches/5.2/Admin_Guide/en-US.
by do-not-reply@jboss.org
Author: rdickens
Date: 2013-02-19 19:43:17 -0500 (Tue, 19 Feb 2013)
New Revision: 9169
Modified:
epp/docs/branches/5.2/Admin_Guide/en-US/Revision_History.xml
Log:
Incremented revnumber to have book re-Brew-ed.
Modified: epp/docs/branches/5.2/Admin_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Admin_Guide/en-US/Revision_History.xml 2013-02-19 23:19:30 UTC (rev 9168)
+++ epp/docs/branches/5.2/Admin_Guide/en-US/Revision_History.xml 2013-02-20 00:43:17 UTC (rev 9169)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>5.2.2-101</revnumber>
+ <date>Wed Feb 20 2013</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Incremented revnumber to have book re-Brew-ed.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>5.2.2-100</revnumber>
<date>Tue Sep 5 2012</date>
<author>
11 years, 10 months