gatein SVN: r5614 - in components/pc/branches/adf: portal/src/assemble and 11 other directories.
by do-not-reply@jboss.org
Author: alain_defrance
Date: 2010-12-20 07:48:44 -0500 (Mon, 20 Dec 2010)
New Revision: 5614
Modified:
components/pc/branches/adf/pom.xml
components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat60.xml
components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat70.xml
components/pc/branches/adf/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml
components/pc/branches/adf/test/servers/jboss42/pom.xml
components/pc/branches/adf/test/servers/jboss42/src/test/build.xml
components/pc/branches/adf/test/servers/jboss51/pom.xml
components/pc/branches/adf/test/servers/jboss51/src/test/build.xml
components/pc/branches/adf/test/servers/jetty6/pom.xml
components/pc/branches/adf/test/servers/jetty6/src/test/build.xml
components/pc/branches/adf/test/servers/tomcat6/pom.xml
components/pc/branches/adf/test/servers/tomcat6/src/test/build.xml
components/pc/branches/adf/test/servers/tomcat7/pom.xml
components/pc/branches/adf/test/servers/tomcat7/src/test/build.xml
Log:
Add cargo.debug profile management
Modified: components/pc/branches/adf/pom.xml
===================================================================
--- components/pc/branches/adf/pom.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/pom.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -47,13 +47,13 @@
<properties>
<version.gatein.common>2.0.3-GA</version.gatein.common>
<version.gatein.wci>2.1.0-Alpha01-SNAPSHOT</version.gatein.wci>
- <version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
+ <version.apache.portals.bridges>1.0.3</version.apache.portals.bridges>
<version.apache.taglibs>1.1.2</version.apache.taglibs>
<version.apache.log4j>1.2.14</version.apache.log4j>
<!-- used in test module by maven-antrun-extended-plugin -->
<version.jboss.unit>1.2.3</version.jboss.unit>
- <version.cargo>1.0.2</version.cargo>
+ <version.cargo>1.0.3</version.cargo>
<version.cargo.jetty.deployer>1.0.1</version.cargo.jetty.deployer>
<preparationGoals>clean install</preparationGoals>
Modified: components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat60.xml
===================================================================
--- components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat60.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat60.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -13,7 +13,6 @@
<dependencySet>
<outputDirectory>lib</outputDirectory>
<includes>
- <include>org.gatein.pc:pc-test-core</include>
<include>org.gatein.common:common-common</include>
<include>org.gatein.common:common-logging</include>
<include>org.gatein.wci:wci-wci</include>
@@ -42,7 +41,6 @@
<dependencySet>
<outputDirectory>simple-portal.war/WEB-INF/lib</outputDirectory>
<includes>
- <include>org.gatein.pc:pc-test-core</include>
<include>org.gatein.common:common-mc</include>
<include>org.gatein.pc:pc-controller</include>
<include>org.gatein.pc:pc-mc</include>
Modified: components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat70.xml
===================================================================
--- components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat70.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/portal/src/assemble/simple-portal-tomcat70.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -13,7 +13,6 @@
<dependencySet>
<outputDirectory>lib</outputDirectory>
<includes>
-
<include>org.gatein.common:common-common</include>
<include>org.gatein.common:common-logging</include>
<include>org.gatein.wci:wci-wci</include>
@@ -42,7 +41,6 @@
<dependencySet>
<outputDirectory>simple-portal.war/WEB-INF/lib</outputDirectory>
<includes>
-
<include>org.gatein.common:common-mc</include>
<include>org.gatein.pc:pc-controller</include>
<include>org.gatein.pc:pc-mc</include>
Modified: components/pc/branches/adf/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml
===================================================================
--- components/pc/branches/adf/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -51,7 +51,7 @@
</listener>
<servlet>
<servlet-name>ContainerServlet</servlet-name>
- <servlet-class>org.gatein.wci.tomcat.TC7ContainerServlet</servlet-class>
+ <servlet-class>org.gatein.wci.tomcat.TC6ContainerServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
</web-app>
Modified: components/pc/branches/adf/test/servers/jboss42/pom.xml
===================================================================
--- components/pc/branches/adf/test/servers/jboss42/pom.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/jboss42/pom.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -439,6 +439,14 @@
<condition property="test.jsr286-api.enable">
<istrue value="${test.jsr286-api}" />
</condition>
+ <condition property="cargo.debug" value="${test.cargo.debug}">
+ <isset property="test.cargo.debug"/>
+ </condition>
+ <condition property="cargo.debug" value="">
+ <not>
+ <isset property="test.cargo.debug"/>
+ </not>
+ </condition>
<property name="dependency.log4j.jar" value="${maven.dependency.apache-log4j.log4j.jar.path}"/>
<property name="dependency.commons-logging.jar"
Modified: components/pc/branches/adf/test/servers/jboss42/src/test/build.xml
===================================================================
--- components/pc/branches/adf/test/servers/jboss42/src/test/build.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/jboss42/src/test/build.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -40,8 +40,7 @@
<property name="cargo.servlet.port" value="8080"/>
<property name="cargo.logging" value="high"/>
<property name="cargo.rmi.port" value="1099"/>
- <!--<property name="cargo.jvmargs" value="-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"/>-->
- <property name="cargo.jvmargs" value="-Duser.language=en"/>
+ <property name="cargo.jvmargs" value="-Duser.language=en ${cargo.debug}"/>
<deployable type="war" file="${test.temp.lib}/JBoss-4.2/portlet-test.war"/>
</configuration>
</cargo>
@@ -53,7 +52,7 @@
home="${test.cargo.home}"
log="${cargo.log.dir}/cargo.${test.server.name}-${test.server.version}.shutdown.log"
action="stop">
- <configuration/>
+ <configuration home="${test.cargo.dir}"/>
</cargo>
</target>
</project>
Modified: components/pc/branches/adf/test/servers/jboss51/pom.xml
===================================================================
--- components/pc/branches/adf/test/servers/jboss51/pom.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/jboss51/pom.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -446,6 +446,14 @@
<condition property="test.jsr286-api.enable">
<istrue value="${test.jsr286-api}" />
</condition>
+ <condition property="cargo.debug" value="${test.cargo.debug}">
+ <isset property="test.cargo.debug"/>
+ </condition>
+ <condition property="cargo.debug" value="">
+ <not>
+ <isset property="test.cargo.debug"/>
+ </not>
+ </condition>
<property name="dependency.log4j.jar" value="${maven.dependency.apache-log4j.log4j.jar.path}"/>
<property name="dependency.commons-logging.jar"
Modified: components/pc/branches/adf/test/servers/jboss51/src/test/build.xml
===================================================================
--- components/pc/branches/adf/test/servers/jboss51/src/test/build.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/jboss51/src/test/build.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -38,10 +38,9 @@
</sharedClasspath>
<configuration home="${test.cargo.dir}">
<property name="cargo.servlet.port" value="8080"/>
- <property name="cargo.logging" value="medium"/>
+ <property name="cargo.logging" value="high"/>
<property name="cargo.rmi.port" value="1099"/>
- <!--<property name="cargo.jvmargs" value="-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"/>-->
- <property name="cargo.jvmargs" value="-Duser.language=en"/>
+ <property name="cargo.jvmargs" value="-Duser.language=en ${cargo.debug}"/>
<deployable type="war" file="${test.temp.lib}/JBoss-5.1/portlet-test.war"/>
<file file="${target}/test-classes/config/context.xml" tofile="deploy/jbossweb.sar/context.xml" overwrite="true"/>
</configuration>
@@ -54,7 +53,7 @@
home="${test.cargo.home}"
log="${cargo.log.dir}/cargo.${test.server.name}-${test.server.version}.shutdown.log"
action="stop">
- <configuration/>
+ <configuration home="${test.cargo.dir}"/>
</cargo>
</target>
</project>
Modified: components/pc/branches/adf/test/servers/jetty6/pom.xml
===================================================================
--- components/pc/branches/adf/test/servers/jetty6/pom.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/jetty6/pom.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -446,6 +446,14 @@
<condition property="test.jsr286-api.enable">
<istrue value="${test.jsr286-api}" />
</condition>
+ <condition property="cargo.debug" value="${test.cargo.debug}">
+ <isset property="test.cargo.debug"/>
+ </condition>
+ <condition property="cargo.debug" value="">
+ <not>
+ <isset property="test.cargo.debug"/>
+ </not>
+ </condition>
<property name="dependency.log4j.jar" value="${maven.dependency.apache-log4j.log4j.jar.path}"/>
<property name="dependency.commons-logging.jar"
Modified: components/pc/branches/adf/test/servers/jetty6/src/test/build.xml
===================================================================
--- components/pc/branches/adf/test/servers/jetty6/src/test/build.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/jetty6/src/test/build.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -39,8 +39,7 @@
<configuration home="${test.cargo.dir}">
<property name="cargo.servlet.port" value="8080"/>
<property name="cargo.logging" value="high"/>
- <!--<property name="cargo.jvmargs" value="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787"/>-->
- <property name="cargo.jvmargs" value="-Duser.language=en"/>
+ <property name="cargo.jvmargs" value="-Duser.language=en ${cargo.debug}"/>
<configfile file="${basedir}/src/test/resources/config/jetty/jetty.xml" todir="etc"/>
<configfile file="${basedir}/src/test/resources/config/jetty/realm.properties" todir="etc"/>
<deployable type="war" file="${dependency.cargo.jetty-deployer}">
@@ -57,7 +56,7 @@
home="${test.cargo.home}"
log="${cargo.log.dir}/cargo.${test.server.name}-${test.server.version}.shutdown.log"
action="stop">
- <configuration/>
+ <configuration home="${test.cargo.dir}"/>
</cargo>
</target>
</project>
Modified: components/pc/branches/adf/test/servers/tomcat6/pom.xml
===================================================================
--- components/pc/branches/adf/test/servers/tomcat6/pom.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/tomcat6/pom.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -440,6 +440,14 @@
<condition property="test.jsr286-api.enable">
<istrue value="${test.jsr286-api}" />
</condition>
+ <condition property="cargo.debug" value="${test.cargo.debug}">
+ <isset property="test.cargo.debug"/>
+ </condition>
+ <condition property="cargo.debug" value="">
+ <not>
+ <isset property="test.cargo.debug"/>
+ </not>
+ </condition>
<property name="dependency.log4j.jar" value="${maven.dependency.apache-log4j.log4j.jar.path}"/>
<property name="dependency.commons-logging.jar"
Modified: components/pc/branches/adf/test/servers/tomcat6/src/test/build.xml
===================================================================
--- components/pc/branches/adf/test/servers/tomcat6/src/test/build.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/tomcat6/src/test/build.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -39,8 +39,7 @@
<configuration home="${test.cargo.dir}">
<property name="cargo.servlet.port" value="8080"/>
<property name="cargo.logging" value="high"/>
- <!--<property name="cargo.jvmargs" value="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9000"/> -->
- <property name="cargo.jvmargs" value="-Duser.language=en"/>
+ <property name="cargo.jvmargs" value="-Duser.language=en ${cargo.debug}"/>
<deployable type="war" file="${test.temp.lib}/manager.war"/>
<file file="${test.temp.lib}/manager" todir="webapps/manager"/>
<deployable type="war" file="${test.temp.lib}/Tomcat-6.0/portlet-test.war"/>
@@ -54,7 +53,7 @@
home="${test.cargo.home}"
log="${cargo.log.dir}/cargo.${test.server.name}-${test.server.version}.shutdown.log"
action="stop">
- <configuration/>
+ <configuration home="${test.cargo.dir}"/>
</cargo>
</target>
</project>
Modified: components/pc/branches/adf/test/servers/tomcat7/pom.xml
===================================================================
--- components/pc/branches/adf/test/servers/tomcat7/pom.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/tomcat7/pom.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -439,6 +439,14 @@
<condition property="test.jsr286-api.enable">
<istrue value="${test.jsr286-api}" />
</condition>
+ <condition property="cargo.debug" value="${test.cargo.debug}">
+ <isset property="test.cargo.debug"/>
+ </condition>
+ <condition property="cargo.debug" value="">
+ <not>
+ <isset property="test.cargo.debug"/>
+ </not>
+ </condition>
<property name="dependency.log4j.jar" value="${maven.dependency.apache-log4j.log4j.jar.path}"/>
<property name="dependency.commons-logging.jar"
@@ -533,8 +541,6 @@
value="${maven.dependency.apache-taglibs.jstl.jar.path}"/>
<property name="dependency.apache-standard.jar"
value="${maven.dependency.apache-taglibs.standard.jar.path}"/>
- <property name="dependency.cargo.jetty-deployer"
- value="${maven.dependency.org.codehaus.cargo.cargo-jetty-deployer.war.path}"/>
<!-- location of common.xml shared between the different server's build.xml -->
<property name="common.xml.file" value="${test.common.xml}"/>
Modified: components/pc/branches/adf/test/servers/tomcat7/src/test/build.xml
===================================================================
--- components/pc/branches/adf/test/servers/tomcat7/src/test/build.xml 2010-12-20 11:24:06 UTC (rev 5613)
+++ components/pc/branches/adf/test/servers/tomcat7/src/test/build.xml 2010-12-20 12:48:44 UTC (rev 5614)
@@ -39,10 +39,7 @@
<configuration home="${test.cargo.dir}">
<property name="cargo.servlet.port" value="8080"/>
<property name="cargo.logging" value="high"/>
- <!--<property name="cargo.jvmargs" value="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9000"/> -->
- <property name="cargo.jvmargs" value="-Duser.language=en"/>
- <deployable type="war" file="${test.temp.lib}/manager.war"/>
- <file file="${test.temp.lib}/manager" todir="webapps/manager"/>
+ <property name="cargo.jvmargs" value="-Duser.language=en ${cargo.debug}"/>
<deployable type="war" file="${test.temp.lib}/Tomcat-7.0/portlet-test.war"/>
</configuration>
</cargo>
14 years
gatein SVN: r5613 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-20 06:24:06 -0500 (Mon, 20 Dec 2010)
New Revision: 5613
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_32_MoreActionOnNodeInEditNavigationOfPortal.html.html
Log:
TESTVN-2195 - Daily tests on GateIn - Clean and improve scripts
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_32_MoreActionOnNodeInEditNavigationOfPortal.html.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_32_MoreActionOnNodeInEditNavigationOfPortal.html.html 2010-12-20 10:56:52 UTC (rev 5612)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/NewSnifftest/Test_SNF_PRL_32_MoreActionOnNodeInEditNavigationOfPortal.html.html 2010-12-20 11:24:06 UTC (rev 5613)
@@ -512,6 +512,11 @@
<td></td>
</tr>
<tr>
+ <td>pause</td>
+ <td>1000</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>//a[@title='SiteMap']</td>
<td></td>
14 years
gatein SVN: r5612 - portal/trunk/testsuite/testdefinitions.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-20 05:56:52 -0500 (Mon, 20 Dec 2010)
New Revision: 5612
Added:
portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_TechTests_TestDefinition.ods
Log:
TESTVN-2184 - update with TCM feedback for GateIn - Add new file
Added: portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_TechTests_TestDefinition.ods
===================================================================
(Binary files differ)
Property changes on: portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_TechTests_TestDefinition.ods
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
14 years
gatein SVN: r5611 - portal/trunk/testsuite/testdefinitions.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-20 05:56:26 -0500 (Mon, 20 Dec 2010)
New Revision: 5611
Removed:
portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_TechTests_TestDefinition.ods
Log:
TESTVN-2184 - update with TCM feedback for GateIn - Deleted file
Deleted: portal/trunk/testsuite/testdefinitions/GateIn_v3.2.x_TechTests_TestDefinition.ods
===================================================================
(Binary files differ)
14 years
gatein SVN: r5610 - exo/portal/branches/3.1.x/testsuite.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-20 05:55:39 -0500 (Mon, 20 Dec 2010)
New Revision: 5610
Added:
exo/portal/branches/3.1.x/testsuite/eXo_TechTests_GateIn_v3.1.x_TestDefinition.ods
Log:
TESTVN-2184 - update with TCM feedback for GateIn - Add new file
Added: exo/portal/branches/3.1.x/testsuite/eXo_TechTests_GateIn_v3.1.x_TestDefinition.ods
===================================================================
(Binary files differ)
Property changes on: exo/portal/branches/3.1.x/testsuite/eXo_TechTests_GateIn_v3.1.x_TestDefinition.ods
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
14 years
gatein SVN: r5609 - exo/portal/branches/3.1.x/testsuite.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-12-20 05:55:05 -0500 (Mon, 20 Dec 2010)
New Revision: 5609
Removed:
exo/portal/branches/3.1.x/testsuite/eXo_TechTests_GateIn_v3.1.x_TestDefinition.ods
Log:
TESTVN-2184 - update with TCM feedback for GateIn - Deleted file
Deleted: exo/portal/branches/3.1.x/testsuite/eXo_TechTests_GateIn_v3.1.x_TestDefinition.ods
===================================================================
(Binary files differ)
14 years
gatein SVN: r5608 - portal/branches.
by do-not-reply@jboss.org
Author: ndkhoiits
Date: 2010-12-19 23:37:23 -0500 (Sun, 19 Dec 2010)
New Revision: 5608
Removed:
portal/branches/branch-GTNPORTAL-1700/
Log:
GTNPORTAL-1700 Delete the commit branche of Sprint 45
14 years
gatein SVN: r5607 - portal/branches.
by do-not-reply@jboss.org
Author: ndkhoiits
Date: 2010-12-19 23:33:03 -0500 (Sun, 19 Dec 2010)
New Revision: 5607
Added:
portal/branches/branch-GTNPORTAL-1731/
Log:
GTNPORTAL-1731 Create commit branch for activities in sprint 45
Copied: portal/branches/branch-GTNPORTAL-1731 (from rev 5606, portal/trunk)
14 years
gatein SVN: r5606 - epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-12-19 17:55:21 -0500 (Sun, 19 Dec 2010)
New Revision: 5606
Removed:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-0
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-1
Log:
Removing false images
Deleted: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-0
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-1
===================================================================
(Binary files differ)
14 years
gatein SVN: r5605 - in epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US: extras/Advanced_Development_Foundations and 15 other directories.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-12-19 17:54:21 -0500 (Sun, 19 Dec 2010)
New Revision: 5605
Added:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-0
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-1
Modified:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Middleware_Feedback.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/Advanced_Development_Foundations/default3.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/PortletDevelopment_Standard/default246.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Advanced/Foundations/PortalContainers.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Advanced/JCR/diagram-shared-index.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Advanced/JCR/repository_diagram.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/OrganizationServiceClassDiagram.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/SSO/cas.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/SSO/opensso-shot.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/SSO/opensso.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/Frontpage.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/Non-tech-docs.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/Videos.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/gatein_logo.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Calculator.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Calendar.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Dashboard.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/EditImportedOnline.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/EditImportedWebDAV.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Import.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Imported.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Liste.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/New.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Todo.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/decoratorPattern.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/leftMarginPattern.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/portal-change-skin.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/windowStyles.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/SpecPortalDef.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/first_portlet/deployed.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/first_portlet/output.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/jsf_ant_deploy.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/jsf_ant_explode.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/myfaces_ant_deploy.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/myfaces_ant_explode.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/output.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_42x.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_myfaces.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_myfaces42.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_sunri.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsp_portlet/output.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsp_portlet/process.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_create.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_end.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_init.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_missing.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_refresh.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_self.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_wsdl.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/consumer_operations.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/erase_registration.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/erase_registration_warning.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/export_done.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/export_list.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/export_portlet_list.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_modified_page.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_original_page.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_selected_page.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_start.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_success.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_end.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_modify.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_self.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_self_end.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_start.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_blank.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_default.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_email.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_registration.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/remote_portlets.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/remote_portlets_category.png
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/WSRP.xml
Log:
JBEPP-517: Updated images with publican mis-color fix
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml 2010-12-18 05:43:46 UTC (rev 5604)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Book_Info.xml 2010-12-19 22:54:21 UTC (rev 5605)
@@ -9,7 +9,7 @@
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
<edition>1</edition>
- <pubsnumber>4.2</pubsnumber>
+ <pubsnumber>4.6</pubsnumber>
<abstract>
<para>
This Reference Guide is a high-level usage document. It deals with more advanced topics than the Installation and User Guides, adding new content or taking concepts discussed in the earlier documents further. It aims to provide supporting documentation for advanced users of the &PRODUCT; product. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Middleware_Feedback.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Middleware_Feedback.xml 2010-12-18 05:43:46 UTC (rev 5604)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Middleware_Feedback.xml 2010-12-19 22:54:21 UTC (rev 5605)
@@ -18,7 +18,7 @@
<title>Give us Feedback</title>
<para>
- If you find a typographical error, or know how this guide can be improved, we would love to hear from you. Submit a report in Bugzilla against the . The following link will take you to bug report for &PRODUCT;<ulink type="http" url="https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss%20Enterprise%20Po...">https://bugzilla.redhat.com/</ulink>.
+ If you find a typographical error, or know how this guide can be improved, we would love to hear from you. Submit a report in Bugzilla against the &PRODUCT; &BOOKID;. The following link will take you to bug report for &PRODUCT; <ulink type="http" url="https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss%20Enterprise%20Po...">https://bugzilla.redhat.com/</ulink>.
</para>
<para>
Select the document name and version number relevant to the document you found the error in from the available lists then complete the description with as much detail as you can provide.
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml 2010-12-18 05:43:46 UTC (rev 5604)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/Revision_History.xml 2010-12-19 22:54:21 UTC (rev 5605)
@@ -7,6 +7,34 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>1-4.6</revnumber>
+ <date>Sat Dec 18 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Converted images to 32 bit to resolve pdf color bug.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
+ <revnumber>1-4.4</revnumber>
+ <date>Wed Dec 15 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Added "Simple RichFaces vs RichFaces over WSRP" table and updated WSRP removal.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>1-4.2</revnumber>
<date>Mon Dec 13 2010</date>
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/Advanced_Development_Foundations/default3.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/Advanced_Development_Foundations/default3.xml 2010-12-18 05:43:46 UTC (rev 5604)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/Advanced_Development_Foundations/default3.xml 2010-12-19 22:54:21 UTC (rev 5605)
@@ -1,32 +1,34 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<configuration
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd
- http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
- xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
+...
+<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd http://www.exoplaform.org/xml/ns/kernel_1_1.xsd"
+ xmlns="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd">
+...
+ <component>
+ <key>org.exoplatform.services.database.HibernateService</key>
+ <jmx-name>database:type=HibernateService</jmx-name>
+ <type>org.exoplatform.services.database.impl.HibernateServiceImpl</type>
+ <init-params>
+ <properties-param>
+ <name>hibernate.properties</name>
+ <description>Default Hibernate Service</description>
+ <property name="hibernate.cache.region.jbc2.query.localonly" value="true" />
+ <property name="hibernate.cache.region.factory_class" value="org.hibernate.cache.jbc2.MultiplexedJBossCacheRegionFactory" />
+ <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" />
+ <property name="hibernate.show_sql" value="false"/>
+ <property name="hibernate.current_session_context_class" value="thread"/>
+ <property name="hibernate.cache.use_second_level_cache" value="true"/>
+ <property name="hibernate.cache.use_query_cache" value="true"/>
+ <property name="hibernate.connection.datasource" value="${gatein.idm.datasource.name}${container.name.suffix}"/>
+ <property name="hibernate.connection.autocommit" value="true"/>
+ <!--
+ Should be automatically detected. Force otherwise
+ <property name="hibernate.dialect" value="org.hibernate.dialect.XXXDialect"/>
+ -->
+ </properties-param>
+ </init-params>
+ </component>
+...
+</configuration>
- <component>
- <key>org.exoplatform.services.database.HibernateService</key>
- <jmx-name>database:type=HibernateService</jmx-name>
- <type>org.exoplatform.services.database.impl.HibernateServiceImpl</type>
- <init-params>
- <properties-param>
- <name>hibernate.properties</name>
- <description>Default Hibernate Service</description>
- <property name="hibernate.show_sql" value="false" />
- <property name="hibernate.cglib.use_reflection_optimizer" value="true" />
- <property name="hibernate.connection.url"
- value="jdbc:hsqldb:file:../temp/data/exodb${container.name.suffix}" />
- <property name="hibernate.connection.driver_class" value="org.hsqldb.jdbcDriver" />
- <property name="hibernate.connection.autocommit" value="true" />
- <property name="hibernate.connection.username" value="sa" />
- <property name="hibernate.connection.password" value="" />
- <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect" />
- <property name="hibernate.c3p0.min_size" value="5" />
- <property name="hibernate.c3p0.max_size" value="20" />
- <property name="hibernate.c3p0.timeout" value="1800" />
- <property name="hibernate.c3p0.max_statements" value="50" />
- </properties-param>
- </init-params>
- </component>
-</configuration>
+
\ No newline at end of file
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/PortletDevelopment_Standard/default246.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/PortletDevelopment_Standard/default246.xml 2010-12-18 05:43:46 UTC (rev 5604)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/extras/PortletDevelopment_Standard/default246.xml 2010-12-19 22:54:21 UTC (rev 5605)
@@ -1 +1 @@
-<command>mvn package</command>
+mvn package
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Advanced/Foundations/PortalContainers.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Advanced/JCR/diagram-shared-index.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Advanced/JCR/repository_diagram.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/OrganizationServiceClassDiagram.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/SSO/cas.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/SSO/opensso-shot.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/AuthenticationAndIdentity/SSO/opensso.png
===================================================================
(Binary files differ)
Added: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-0
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-0
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-1
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/-force-1
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/Frontpage.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/Non-tech-docs.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/Videos.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/Common/gatein_logo.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Calculator.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Calendar.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Dashboard.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/EditImportedOnline.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/EditImportedWebDAV.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Import.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Imported.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Liste.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/New.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/GadgetDevelopment/Todo.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/decoratorPattern.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/leftMarginPattern.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/portal-change-skin.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortalDevelopment/Skinning/windowStyles.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/SpecPortalDef.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/first_portlet/deployed.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/first_portlet/output.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/jsf_ant_deploy.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/jsf_ant_explode.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/myfaces_ant_deploy.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/myfaces_ant_explode.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/output.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_42x.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_myfaces.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_myfaces42.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsf_portlet/package_sunri.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsp_portlet/output.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/PortletDevelopment/Standard/jsp_portlet/process.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_create.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_end.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_init.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_missing.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_refresh.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_self.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/config_wsdl.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/consumer_operations.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/erase_registration.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/erase_registration_warning.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/export_done.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/export_list.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/export_portlet_list.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_modified_page.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_original_page.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_selected_page.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_start.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/import_success.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_end.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_modify.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_self.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_self_end.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/modify_reg_start.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_blank.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_default.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_email.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/producer_registration.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/remote_portlets.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/images/WSRP/remote_portlets_category.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml 2010-12-18 05:43:46 UTC (rev 5604)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml 2010-12-19 22:54:21 UTC (rev 5605)
@@ -153,304 +153,663 @@
<programlisting language="XML" role="XML"><xi:include href="../../../extras/PortletBridge_Configuration/default206.xml" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
</section>
- <!-- Table added from JBEPP-708-->
- <section>
- <title>Simple RichFaces vs RichFaces over WSRP</title>
- <table>
- <title></title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>
- Richfaces Component
- </entry>
- <entry>
- Supported as Local Portlet
- </entry>
- <entry>
- Supported as Remote Portlet using WSRP
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- <literal>a4j:commandButton</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:commandLink</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:jsFunction</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:push</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:poll</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:queue</literal>
- </entry>
- <entry>
- No
- </entry>
- <entry>
- No
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:status</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:keepAlive</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:include</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:loadStyle</literal>
- </entry>
- <entry>
- No
- </entry>
- <entry>
- No
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:loadScript</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:ajaxValidator</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:beanValidator</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:graphValidator</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:mediaOutput</literal>
- </entry>
- <entry>
- No
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:outputPanel</literal>
- </entry>
- <entry>
- No
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:log</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>rich:dataTable</literal>
- </entry>
- <entry>
- No
- </entry>
- <entry>
- No
- </entry>
- </row>
- <row>
- <entry>
- <literal>a4j:dataFilterSlider</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>rich:dataGrid</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- No
- </entry>
- </row>
- <row>
- <entry>
- <literal>rich:dataList</literal>
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- <literal>rich:datascroller</literal>
- </entry>
- <entry>
- No
- </entry>
- <entry>
- No
- </entry>
- </row>
- <row>
- <entry>
- <literal>rich:extendedDataTable</literal>
- </entry>
- <entry>
- No
- </entry>
- <entry>
- No
- </entry>
- </row>
- <row>
- <entry>
- rich:repeat
- </entry>
- <entry>
- Yes
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- <row>
- <entry>
- rich:scrollableDataTable
- </entry>
- <entry>
- No
- </entry>
- <entry>
- Yes
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
+ <section><!-- Content added from JBEPP-708 and JBQA-3999 -->
+ <title>Configuration needed for Richfaces to work with WSRP and PortletBridge</title>
+ <para>
+ Use the following settings in <filename>web.xml</filename> when running WSRP portlets:
+ </para>
+<programlisting language="XML" role="XML"><![CDATA[<context-param>
+ <param-name>org.jboss.portletbridge.WRAP_SCRIPTS</param-name>
+ <param-value>false</param-value>
+ </context-param>
+....
+ <context-param>
+ <param-name>org.richfaces.LoadStyleStrategy</param-name>
+ <param-value>ALL</param-value>
+ </context-param>
+ <context-param>
+ <param-name>org.richfaces.LoadScriptStrategy</param-name>
+ <param-value>DEFAULT</param-value>
+ </context-param>
+]]></programlisting>
+ <para>
+ The styles below must also be manually added to the facelets template header in the <filename><replaceable>JBOSS_HOME</replaceable>/portletbridge/examples/richFacesPortlet-<replaceable><VERSION></replaceable>.war:richFacesPortlet.war/templates/main.xhtml</filename> file.
+ </para>
+<programlisting language="XML" role="XML"><![CDATA[<link rel="stylesheet" type="text/css"
+ href="/richFacesPortlet/faces/rfResorg/richfaces/renderkit/html/css/basic_both.xcss"/>
+ <link rel="stylesheet" type="text/css"
+ href="/richFacesPortlet/faces/rfResorg/richfaces/renderkit/html/css/extended_both.xcss"/>
+ <link rel="stylesheet" type="text/css"
+ href="/richFacesPortlet/faces/rfRes/org/richfaces/skin.xcss"/>
+]]></programlisting>
+ <para>
+ The table below outlines the current status of RichFaces features when used in both local and remote portlets.
+ </para>
+ <table>
+ <title>RichFaces Feature Status</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>
+ Richfaces Component
+ </entry>
+ <entry>
+ Supported as Local Portlet
+ </entry>
+ <entry>
+ Supported as Remote Portlet using WSRP
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <literal>a4j:commandButton</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:commandLink</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:jsFunction</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:push</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:poll</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:queue</literal>
+ </entry>
+ <entry>
+ No
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:status</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:keepAlive</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:include</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:loadStyle</literal>
+ </entry>
+ <entry>
+ No
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:loadScript</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:ajaxValidator</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:beanValidator</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:graphValidator</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:mediaOutput</literal>
+ </entry>
+ <entry>
+ No
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:outputPanel</literal>
+ </entry>
+ <entry>
+ Yes (except Firefox 3.5)
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:log</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:dataTable</literal>
+ </entry>
+ <entry>
+ Yes (except Firefox 3.6 and IE8)
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>a4j:dataFilterSlider</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:dataGrid</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:dataList</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:datascroller</literal>
+ </entry>
+ <entry>
+ No
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:extendedDataTable</literal>
+ </entry>
+ <entry>
+ Yes (except IE7)
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:repeat</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:scrollableDataTable</literal>
+ </entry>
+ <entry>
+ Yes (except Firefox 3.6)
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>drag-drop support</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:contextMenu</literal>
+ </entry>
+ <entry>
+ No
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:dropDownMenu</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:tree</literal>
+ </entry>
+ <entry>
+ Yes (except Firefox 3.5)
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:modalPanel</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:paint2d</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:panel</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:panelBar</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:panelMenu</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:progressBar</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:separator</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:simpleTogglePanel</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:spacer</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:tabPanel</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes (except tab deletion)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:togglePanel</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:toolBar</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:toolTip</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:calendar</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:colorPicker</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:comboBox</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:editor</literal>
+ </entry>
+ <entry>
+ No
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:fileUpload</literal>
+ </entry>
+ <entry>
+ No
+ </entry>
+ <entry>
+ No
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:inplaceSelect</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:inplaceInput</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:inputNumberSpinner</literal>
+ </entry>
+ <entry>
+ Yes (except IE7)
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:inputNumberSlider</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:suggestionBox</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:listShuttle</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:orderingList</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>rich:pickList</literal>
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ <entry>
+ Yes
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
</section>
Modified: epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/WSRP.xml
===================================================================
--- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/WSRP.xml 2010-12-18 05:43:46 UTC (rev 5604)
+++ epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/WSRP.xml 2010-12-19 22:54:21 UTC (rev 5605)
@@ -82,7 +82,7 @@
<term><replaceable>WSRP_PATH</replaceable></term>
<listitem>
<para>
- The WSRP files referred to in this section are found in the <filename><replaceable>EPP_HOME</replaceable>/jboss-as/server/$CONFIG/deploy/gatein.ear</filename> directory.
+ The WSRP files referred to in this section are found in the <filename><replaceable>JBOSS_HOME</replaceable>/jboss-as/server/<replaceable><PROFILE></replaceable>/deploy/gatein.ear</filename> directory.
</para>
<para>
For ease of reference this path will be represented by: <replaceable>WSRP_PATH</replaceable>.
@@ -184,8 +184,11 @@
</varlistentry>
</variablelist>
<para>
- If WSRP is not going to be used in your &PRODUCT; instance, the <filename><replaceable>JBOSS_HOME</replaceable>/jboss-as/server/<replaceable><PROFILE></replaceable>/deploy/gatein.ear/lib/gatein.portal.component.wsrp-<replaceable>PORTAL_VERSION</replaceable>.jar</filename> can be removed to deactivate WSRP support.
- </para>
+ If WSRP is not going to be used in your &PRODUCT; instance your installation will not be adversely affected should you leave the WSRP files in place.
+ </para>
+ <para>
+ However, if you wish to completely remove WSRP from your &PRODUCT; installation, follow the procedure at <ulink type="http" url="http://community.jboss.org/wiki/WSRPserviceremovalprocedure"></ulink>.
+ </para> <!-- DOC NOTE: Port this procedure into the doc for EPP 5.1.1 JBEPP-739 -->
<section id="sect-Reference_Guide-Deploying_WSRP-Non_default_Ports_or_Hostnames">
<title>Non-default Ports or Hostnames</title>
@@ -670,7 +673,7 @@
<section id="sect-Reference_Guide-Consuming_Remote_WSRP_Portlets-Examples">
<title>Examples</title>
<para>
- This is the configuration of the <literal>selfv1</literal> and <literal>selfv2</literal> producers as found in <filename>default-wsrp.xml</filename> with a cache expiring every five minutes and with a 30 second timeout for web service operations:
+ This is the configuration of the <literal>selfv1</literal> and <literal>selfv2</literal> consumers as found in <filename>default-wsrp.xml</filename> with a cache expiring every five minutes and with a 30 second timeout for web service operations:
</para>
<programlisting language="XML" role="XML"><xi:include href="../extras/WSRP/default258.xml" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
14 years