gatein SVN: r2330 - portal/branches/EPP_5_0_0_Branch_Docs.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-03-22 03:30:30 -0400 (Mon, 22 Mar 2010)
New Revision: 2330
Added:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/
Log:
Copying Release Note documentation for next version
Copied: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Release_Notes (from rev 2329, portal/tags/EPP_5_0_0_ER04_Docs/Enterprise_Portal_Platform_Release_Notes)
14 years, 9 months
gatein SVN: r2329 - in portal: tags and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-03-21 05:11:52 -0400 (Sun, 21 Mar 2010)
New Revision: 2329
Added:
portal/tags/EPP_5_0_0_ER04_Docs/
Removed:
portal/branches/EPP_5_0_0_ER04_Branch_Docs/
Log:
Tagging 5.0.0-ER04 docs
Copied: portal/tags/EPP_5_0_0_ER04_Docs (from rev 2328, portal/branches/EPP_5_0_0_ER04_Branch_Docs)
14 years, 9 months
gatein SVN: r2328 - portal/trunk.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-03-21 04:55:02 -0400 (Sun, 21 Mar 2010)
New Revision: 2328
Modified:
portal/trunk/pom.xml
Log:
clean up main pom with duplicate dependencies that maven 3 report as errors
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-03-21 02:55:27 UTC (rev 2327)
+++ portal/trunk/pom.xml 2010-03-21 08:55:02 UTC (rev 2328)
@@ -105,21 +105,6 @@
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.commons</artifactId>
- <version>${org.exoplatform.kernel.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
<artifactId>exo.kernel.component.cache</artifactId>
<version>${org.exoplatform.kernel.version}</version>
</dependency>
@@ -185,11 +170,6 @@
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
- <artifactId>exo.core.component.organization.api</artifactId>
- <version>${org.exoplatform.core.version}</version>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.core</groupId>
<artifactId>exo.core.component.organization.jdbc</artifactId>
<version>${org.exoplatform.core.version}</version>
<exclusions>
@@ -670,12 +650,6 @@
<version>${org.shindig.version}</version>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- </dependency>
-
<!-- needed for the IBM jdk, should be remove in the future when IBM fixes its jdk (see GTNPORTAL-636) -->
<dependency>
<groupId>net.jcip</groupId>
14 years, 9 months
gatein SVN: r2327 - portal/trunk/docs/reference-guide/en/modules.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-03-20 22:55:27 -0400 (Sat, 20 Mar 2010)
New Revision: 2327
Modified:
portal/trunk/docs/reference-guide/en/modules/Introduction.xml
Log:
Comment out images in Introduction.xml
Modified: portal/trunk/docs/reference-guide/en/modules/Introduction.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/Introduction.xml 2010-03-20 03:17:46 UTC (rev 2326)
+++ portal/trunk/docs/reference-guide/en/modules/Introduction.xml 2010-03-21 02:55:27 UTC (rev 2327)
@@ -35,28 +35,28 @@
GateIn homepage:
<ulink url="http://www.gatein.org">www.gatein.org</ulink>
</para>
- <mediaobject>
+<!-- <mediaobject>
<imageobject role="html">
<imagedata fileref="images/GateIn.png" format="PNG" align="center" scale="110"/>
</imageobject>
<imageobject role="fo">
<imagedata fileref="images/GateIn.png" format="PNG" align="center" contentwidth="150mm"/>
</imageobject>
- </mediaobject>
+ </mediaobject> -->
</listitem>
<listitem>
<para>
GateIn videos:
<ulink url="http://www.jboss.org/gatein/videos.html">www.jboss.org/gatein/videos.html</ulink>
</para>
- <mediaobject>
+<!-- <mediaobject>
<imageobject role="html">
<imagedata fileref="images/Videos.png" format="PNG" align="center" scale="110" />
</imageobject>
<imageobject role="fo">
<imagedata fileref="images/Videos.png" format="PNG" align="center" contentwidth="150mm"/>
</imageobject>
- </mediaobject>
+ </mediaobject> -->
</listitem>
<listitem>
@@ -70,14 +70,14 @@
GateIn downloads:
<ulink url="http://www.jboss.org/gatein/downloads.html">www.jboss.org/gatein/downloads.html</ulink>
</para>
- <mediaobject>
+<!-- <mediaobject>
<imageobject role="html">
<imagedata fileref="images/Downloads.png" format="PNG" align="center" scale="110" />
</imageobject>
<imageobject role="fo">
<imagedata fileref="images/Downloads.png" format="PNG" align="center" contentwidth="150mm"/>
</imageobject>
- </mediaobject>
+ </mediaobject> -->
</listitem>
</itemizedlist>
14 years, 9 months
gatein SVN: r2326 - portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-03-19 23:17:46 -0400 (Fri, 19 Mar 2010)
New Revision: 2326
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Author_Group.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Book_Info.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Revision_History.xml
Log:
Update revhistory/pubsnumber for staging push
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Author_Group.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Author_Group.xml 2010-03-20 02:59:16 UTC (rev 2325)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Author_Group.xml 2010-03-20 03:17:46 UTC (rev 2326)
@@ -14,11 +14,20 @@
<email>smumford(a)redhat.com</email>
</editor>
<editor>
+ <firstname>Luc</firstname>
+ <surname>Texier</surname>
+ <affiliation>
+ <shortaffil>Red Hat</shortaffil>
+ <orgdiv>JBoss Engineering</orgdiv>
+ </affiliation>
+ <email>theute(a)redhat.com</email>
+ </editor>
+ <editor>
<firstname>Thomas</firstname>
<surname>Heute</surname>
<affiliation>
<shortaffil>Red Hat</shortaffil>
- <orgdiv>JBoss Services R&D</orgdiv>
+ <orgdiv>JBoss Engineering</orgdiv>
</affiliation>
<email>theute(a)redhat.com</email>
</editor>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Book_Info.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Book_Info.xml 2010-03-20 02:59:16 UTC (rev 2325)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Book_Info.xml 2010-03-20 03:17:46 UTC (rev 2326)
@@ -9,7 +9,7 @@
<productname>Enterprise Portal Platform</productname>
<productnumber>5.0</productnumber>
<edition>1</edition>
- <pubsnumber>0.2</pubsnumber>
+ <pubsnumber>1.0</pubsnumber>
<abstract>
<para>
This Reference Guide is a high-level usage document. It deals with
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Revision_History.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Revision_History.xml 2010-03-20 02:59:16 UTC (rev 2325)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/Revision_History.xml 2010-03-20 03:17:46 UTC (rev 2326)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1.1</revnumber>
+ <date>Sat Mar 20 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Update for Staging</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1</revnumber>
<date>Mon Feb 15 2010</date>
<author>
14 years, 9 months
gatein SVN: r2325 - portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-03-19 22:59:16 -0400 (Fri, 19 Mar 2010)
New Revision: 2325
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Book_Info.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Revision_History.xml
Log:
Update revhistory/pubsnumber for staging push
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Book_Info.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Book_Info.xml 2010-03-20 02:48:25 UTC (rev 2324)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Book_Info.xml 2010-03-20 02:59:16 UTC (rev 2325)
@@ -9,7 +9,7 @@
<productname>Enterprise Portal Platform</productname>
<productnumber>5.0</productnumber>
<edition>1</edition>
- <pubsnumber>1.5</pubsnumber>
+ <pubsnumber>1.6</pubsnumber>
<abstract>
<para>
This document provides an easy to follow guide to the functions and
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Revision_History.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Revision_History.xml 2010-03-20 02:48:25 UTC (rev 2324)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/Revision_History.xml 2010-03-20 02:59:16 UTC (rev 2325)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>2.0</revnumber>
+ <date>Sat Mar 20 2010</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Finalised all edits and image updating.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1.5</revnumber>
<date>Tue Jan 19 2010</date>
<author>
14 years, 9 months
gatein SVN: r2324 - portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-03-19 22:48:25 -0400 (Fri, 19 Mar 2010)
New Revision: 2324
Modified:
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml
Log:
JBEPP-185 Minor fomatting corrections/text edits. Added link to JIRA bugs/features list as in email corro 03/19/10
Modified: portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml
===================================================================
--- portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml 2010-03-19 21:02:47 UTC (rev 2323)
+++ portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Release_Notes/en-US/Release_Notes.xml 2010-03-20 02:48:25 UTC (rev 2324)
@@ -22,7 +22,7 @@
<section id="sect-Release_Notes-_Introduction_-Overview">
<title>Overview</title>
<para>
- &PRODUCT; is the merge of two mature Java projects; JBoss Portal and eXo Portal. This new community project takes the best of both offerings and incorporates them into a single j2ee deployment archive. The aim is to provide an intuitive user-friendly portal and a framework to address the needs of today's Web 2.0 applications.
+ &PRODUCT; is the merge of two mature Java projects; JBoss Portal and eXo Portal. This new project takes the best of both offerings and incorporates them into a single j2ee deployment archive. The aim is to provide an intuitive user-friendly portal and a framework to address the needs of today's Web 2.0 applications.
</para>
<para>
Further, by integrating best-of-breed open source frameworks such as JBoss Seam, Hibernate, Tomcat, and JBoss Cache the Platform takes advantage of innovations in the open source community. As well, &PRODUCT; is fully tested and supported by Red Hat, and is certified to work on many leading enterprise hardware and software products.
@@ -31,16 +31,16 @@
</section>
- <section id="sect-Release_Notes-Features_in_PRODUCT_VERSION">
- <title>Features in &PRODUCT; &VERSION;</title>
+ <section id="sect-Release_Notes-Architecture_of_PRODUCT_VERSION">
+ <title>Architecture of &PRODUCT; &VERSION;</title>
<para>
This is beta software and the final component manifest and exact component versions are subject to change prior to General Availability.
</para>
- <figure id="figu-Release_Notes-Features_in_PRODUCT_VERSION-Placeholder_Image">
+ <figure id="figu-Release_Notes-Features_in_PRODUCT_VERSION-EPP_5_Architecture">
<title>EPP 5 Architecture</title>
<mediaobject>
<imageobject role="html">
- <imagedata align="center" fileref="images/epp5_architecture.png" format="PNG" scale="90" width="444" />
+ <imagedata align="center" fileref="images/epp5_architecture.png" format="PNG" scale="100" width="444" />
</imageobject>
<imageobject role="fo">
<imagedata align="center" contentwidth="150mm" fileref="images/epp5_architecture.png" format="PNG" width="444" />
@@ -346,7 +346,8 @@
Internet Explorer
</entry>
<entry>
- 7/8
+ <para>7</para>
+ <para>8</para>
</entry>
</row>
<row>
@@ -401,90 +402,91 @@
</para>
</formalpara>
</important> -->
- <para>
- Unzip the downloaded <filename>.zip</filename> file to the directory of your choice on any operating system that supports the zip format.
- </para>
-
-<programlisting>
-unzip jboss-epp-5.0.0-Beta.zip
+ <procedure>
+ <step>
+ <para>
+ Unzip the downloaded <filename>.zip</filename> file to the directory of your choice on any operating system that supports the zip format.
+ </para>
+
+<programlisting>unzip jboss-epp-5.0.0-Beta.zip
</programlisting>
- <para>
- Extract the archive contents into the location of your choice. You can do this using the JDK jar tool (or any other ZIP extraction tool). In the example below it is assumed that you downloaded the <filename>.zip</filename> file to the <filename>/jboss</filename> directory.
- </para>
-
-<programlisting>
-[usr]$ cd /jboss
+ <para>
+ Extract the archive contents into the location of your choice. You can do this using the JDK jar tool (or any other ZIP extraction tool). In the example below it is assumed that you downloaded the <filename>.zip</filename> file to the <filename>/jboss</filename> directory.
+ </para>
+
+<programlisting>[usr]$ cd /jboss
+
[usr]$ jar -xvf jboss-epp-5.0.0-Beta.zip
</programlisting>
- <para>
- You should now have a directory called <varname>jboss-epp-5.0</varname>. The <varname>JBOSS_HOME</varname> environment variable will now need to be set:
- </para>
- <formalpara id="form-Release_Notes-Install-On_a_Linux_Platform">
- <title>On a Linux Platform</title>
<para>
- Create an environment variable that points to the installation directory called <varname>jboss-as</varname> and name it <varname>JBOSS_HOME</varname>.
+ You should now have a directory called <filename>jboss-epp-5.0</filename>.
</para>
- </formalpara>
+ </step>
+ <step>
+ <para>
+ The <literal>JBOSS_HOME</literal> environment variable will now need to be set:
+ </para>
+ <formalpara id="form-Release_Notes-Install-On_a_Linux_Platform">
+ <title>On a Linux Platform</title>
+ <para>
+ Create an environment variable that points to the installation directory called <filename>jboss-as</filename> and name it <literal>JBOSS_HOME</literal>.
+ </para>
+ </formalpara>
<!--
<para>
- Add <varname>$JBOSS_HOME/bin</varname> to the system path to be able to run the server from the command line. You can do this by adding the following lines to the <filename>.bashrc</filename> file in your home directory.
+ Add <literal>$JBOSS_HOME/bin</literal> to the system path to be able to run the server from the command line. You can do this by adding the following lines to the <filename>.bashrc</filename> file in your home directory.
</para>
-->
-<screen>
-# In this example /jboss/jboss-epp-5.0/jboss-as/ is the install directory
+<programlisting># In this example /jboss/jboss-epp-5.0/jboss-as/ is the install directory
+
JBOSS_HOME=/jboss/jboss-epp-5.0/jboss-as/
export JBOSS_HOME
-</screen>
- <para>
- Set this variable for the user accounts that will run the server.
- </para>
- <formalpara id="form-Release_Notes-Install-On_Microsoft_Windows">
- <title>On Microsoft Windows</title>
+</programlisting>
<para>
- Create an environment variable that points to the installation directory (for example, <filename>C:\jboss\jboss-epp-5.0\jboss-as\</filename>) and name it <varname>JBOSS_HOME</varname>.
+ Set this variable for the user accounts that will run the server.
</para>
- </formalpara>
+ <formalpara id="form-Release_Notes-Install-On_Microsoft_Windows">
+ <title>On Microsoft Windows</title>
+ <para>
+ Create an environment variable that points to the installation directory (for example, <filename>C:\jboss\jboss-epp-5.0\jboss-as\</filename>) and name it <literal>JBOSS_HOME</literal>.
+ </para>
+ </formalpara>
<!--
<para>
Add <filename>bin</filename> to the path to be able to run the server from the command line (for example, <filename>C:\Program Files\jboss\jboss-epp-5.0\jboss-as\bin</filename>). To do this, open the <guimenu>Control Panel</guimenu> from the <guimenu>Start Menu</guimenu>, switch to <guimenuitem>Classic View</guimenuitem> if necessary, open the <guimenuitem>System Control Panel</guimenuitem> applet, select the <guimenuitem>Advanced</guimenuitem> Tab, and click on the <guibutton>Environment Variables</guibutton> button.
</para>
-->
-
- <para>
- To start &PRODUCT; run the following commands depending on your environment:
- </para>
-
-
- <formalpara id="form-Release_Notes-run-On_a_Linux_Platform">
- <title>On a Linux Platform</title>
+ </step>
+ <step>
<para>
-<screen>
-[usr]:/$ cd $JBOSS_HOME/bin/
-[usr]:~/jboss/jboss-epp-5.0/jboss-as/bin$ ./run.sh
-
-</screen>
+ To start &PRODUCT; run the following commands depending on your environment:
</para>
- </formalpara>
+ <formalpara id="form-Release_Notes-run-On_a_Linux_Platform">
+ <title>On a Linux Platform</title>
+ <para>
+<programlisting>[usr]:/$ cd $JBOSS_HOME/bin/
+[usr]:~/jboss/jboss-epp-5.0/jboss-as/bin$ ./run.sh
+</programlisting>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-run-On_Microsoft_Windows">
+ <title>On Microsoft Windows</title>
+ <para>
+<programlisting>c:\>cd %JBOSS_HOME%/bin
- <formalpara id="form-Release_Notes-run-On_Microsoft_Windows">
- <title>On Microsoft Windows</title>
- <para>
-<screen>
-c:\>cd %JBOSS_HOME%/bin
c:\jboss\jboss-epp-5.0\jboss-as\bin$ run.bat
-</screen>
- </para>
- </formalpara>
+</programlisting>
+ </para>
+ </formalpara>
+ </step>
+ </procedure>
-
<para>
The bootstrap sequence should appear as follows:
</para>
+<programlisting>=========================================================================
-<screen>
-=========================================================================
-
JBoss Bootstrap Environment
JBOSS_HOME: /jboss/jboss-epp-5.0/jboss-as
@@ -504,12 +506,9 @@
...
16:13:29,023 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
16:13:29,043 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBPAPP_5_0_0_GA date=200910202128)] Started in 0m:24s:396ms
-</screen>
-
-
-
+</programlisting>
<para>
- You may now point a web browser at <ulink url="http://localhost:8080/portal">http://localhost:8080/portal</ulink>. Enjoy!
+ You can now access the portal in your preferred web browser with this address: <ulink url="http://localhost:8080/portal">http://localhost:8080/portal</ulink>. Enjoy!
</para>
</section>
@@ -552,7 +551,9 @@
<para>
The <filename>default</filename> profile is not intended for production use or for the running of load, stress, availability or performance tests. In addition, the performance of this Beta2 release does not necessarily represent the final release.
</para>
- </section> --><!-- <section id="sect-Release_Notes-_Source_Files_">
+ </section> -->
+
+<!-- <section id="sect-Release_Notes-_Source_Files_">
<title> Source Files </title>
<formalpara id="form-Release_Notes-_Source_Files_-SRPMs">
<title>SRPMs</title>
@@ -650,7 +651,7 @@
<term>Reference Guide</term>
<listitem>
<para>
- This is a high-level usage document. It deals with more advanced topics than the Install 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.
+ This is a high-level usage document. It deals with more advanced topics than the Install 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 &PRODUCT;. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
</para>
</listitem>
</varlistentry>
@@ -820,9 +821,13 @@
<section id="sect-Release_Notes-_Known_Issues_with_this_release_">
<title> Known Issues with this release </title>
<para>
- Following is a list of known issues at the time of release.
+ The link below provides a list of issues (Bugs and Features) being tracked at the time of release:
</para>
- <formalpara id="form-Release_Notes-_Known_Issues_with_this_release_-General_Known_Issues">
+ <para>
+ <ulink url="https://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=true&&am...">JIRA Issue Tracker</ulink>
+ </para>
+
+<!-- <formalpara id="form-Release_Notes-_Known_Issues_with_this_release_-General_Known_Issues">
<title>General Known Issues</title>
<para>
<itemizedlist>
@@ -865,8 +870,8 @@
</listitem>
</itemizedlist>
</para>
- </formalpara>
- </section>
+ </formalpara>-->
+ </section>
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</article>
14 years, 9 months
gatein SVN: r2323 - portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application.
by do-not-reply@jboss.org
Author: mwringe
Date: 2010-03-19 17:02:47 -0400 (Fri, 19 Mar 2010)
New Revision: 2323
Modified:
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestContext.java
Log:
GTNPORTAL-337: fix for previous patch to make it java 1.5 compatible.
Modified: portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestContext.java
===================================================================
--- portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestContext.java 2010-03-19 17:34:17 UTC (rev 2322)
+++ portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestContext.java 2010-03-19 21:02:47 UTC (rev 2323)
@@ -173,7 +173,7 @@
String contextPath = URLDecoder.decode(req.getContextPath(), "UTF-8");
String pathInfo = requestURI_.substring((servletPath + contextPath).length());
- if (pathInfo == null || pathInfo.isEmpty())
+ if (pathInfo == null || pathInfo.length() == 0)
{
pathInfo = "/";
}
14 years, 9 months
gatein SVN: r2322 - components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-03-19 13:34:17 -0400 (Fri, 19 Mar 2010)
New Revision: 2322
Modified:
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/RenderHandlerTestCase.java
Log:
- Removed loop as we don't need to test performance anymore and we don't need slow-running tests! :)
Modified: components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/RenderHandlerTestCase.java
===================================================================
--- components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/RenderHandlerTestCase.java 2010-03-19 17:30:29 UTC (rev 2321)
+++ components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/RenderHandlerTestCase.java 2010-03-19 17:34:17 UTC (rev 2322)
@@ -125,18 +125,14 @@
private void processMarkupAndCheck(String markup, String expected)
{
- String result = null;
- for (int i = 0; i < 100000; i++)
- {
- result = RenderHandler.processMarkup(
- markup,
- NAMESPACE,
- CONTEXT,
- PORTLET_CONTEXT,
- FORMAT,
- CONSUMER
- );
- }
+ String result = RenderHandler.processMarkup(
+ markup,
+ NAMESPACE,
+ CONTEXT,
+ PORTLET_CONTEXT,
+ FORMAT,
+ CONSUMER
+ );
assertEquals(expected, result);
}
14 years, 9 months
gatein SVN: r2321 - portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application.
by do-not-reply@jboss.org
Author: mwringe
Date: 2010-03-19 13:30:29 -0400 (Fri, 19 Mar 2010)
New Revision: 2321
Modified:
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletForm.java
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java
Log:
GTNPORTAL-894: make portlet exceptions shown in the portal use the localized error message. The message has already been localized, this change just enables the use of the localized message instead of a hardcoded one.
Modified: portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletForm.java
===================================================================
--- portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletForm.java 2010-03-19 17:23:17 UTC (rev 2320)
+++ portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletForm.java 2010-03-19 17:30:29 UTC (rev 2321)
@@ -247,7 +247,8 @@
}
catch (Throwable ex)
{
- portletContent.append("This portlet encountered an error and could not be displayed.");
+ WebuiRequestContext webuiRequest = WebuiRequestContext.getCurrentInstance();
+ portletContent.append(webuiRequest.getApplicationResourceBundle().getString("UIPortlet.message.RuntimeError"));
log.error("The portlet " + uiPortlet_.getName() + " could not be loaded. Check if properly deployed.",
ExceptionUtil.getRootCause(ex));
}
Modified: portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java
===================================================================
--- portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java 2010-03-19 17:23:17 UTC (rev 2320)
+++ portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java 2010-03-19 17:30:29 UTC (rev 2321)
@@ -292,7 +292,7 @@
.getComponentInstanceOfType(PortletExceptionHandleService.class);
portletExceptionService.handle(pcException);
- markup = Text.create("This portlet encountered an error and could not be displayed.");
+ markup = Text.create(context.getApplicationResourceBundle().getString("UIPortlet.message.RuntimeError"));
}
}
}
@@ -312,7 +312,7 @@
log.warn("Could not find the PortletExceptionHandleService in the exo container");
}
- markup = Text.create("This portlet encountered an error and could not be displayed.");
+ markup = Text.create(context.getApplicationResourceBundle().getString("UIPortlet.message.RuntimeError"));
}
//
14 years, 9 months