[gatein-commits] gatein SVN: r8195 - epp/docs/branches/5.2/Migration_Guide/en-US.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 5 17:43:30 EST 2011


Author: smumford
Date: 2011-12-05 17:43:29 -0500 (Mon, 05 Dec 2011)
New Revision: 8195

Modified:
   epp/docs/branches/5.2/Migration_Guide/en-US/chapter-2-Portal_Containers.xml
   epp/docs/branches/5.2/Migration_Guide/en-US/chapter-5-User_interface.xml
Log:
Actioning QE feedback

Modified: epp/docs/branches/5.2/Migration_Guide/en-US/chapter-2-Portal_Containers.xml
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/en-US/chapter-2-Portal_Containers.xml	2011-12-05 22:27:07 UTC (rev 8194)
+++ epp/docs/branches/5.2/Migration_Guide/en-US/chapter-2-Portal_Containers.xml	2011-12-05 22:43:29 UTC (rev 8195)
@@ -5,10 +5,11 @@
     <title>Portal Containers</title>
     <para>If a customized portal container was used in JBoss Enterprise Portal Platform 5.1, its login module list should be adapted, in the file gatein-jboss-beans.xml the following would need to be added on top of the other login module definitions.</para>
     <para>If this isn't done, it will not be possible to log into the portal.</para>
-    <informalexample>
+    <example>
+        <title>Example</title>
 <programlisting>&lt;login-module code="org.gatein.wci.security.WCILoginModule" flag="optional"&gt;
    &lt;module-option name="portalContainerName"&gt;ecmdemo&lt;/module-option&gt;
    &lt;module-option name="realmName"&gt;gatein-domain-ecmdemo&lt;/module-option&gt;
 &lt;/login-module&gt;</programlisting>
-    </informalexample>
+    </example>
   </chapter>

Modified: epp/docs/branches/5.2/Migration_Guide/en-US/chapter-5-User_interface.xml
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/en-US/chapter-5-User_interface.xml	2011-12-05 22:27:07 UTC (rev 8194)
+++ epp/docs/branches/5.2/Migration_Guide/en-US/chapter-5-User_interface.xml	2011-12-05 22:43:29 UTC (rev 8195)
@@ -12,7 +12,7 @@
     <section id="sid-13467777_Userinterface-Cleanthecookies">
       
       <title>Clean the cookies</title>
-      <para>On some rare occasions after using JBoss Enterprise Portal Platform 5.1 and 5.2 alternatively during migration phase, the portal may not answer and during login errors such as:</para>
+      <para>On some rare occasions after using JBoss Enterprise Portal Platform 5.1 and 5.2 alternatively during migration phase, the portal may not answer and, during login, errors such as the folowing may appear:</para>
       <para>11:33:07,011 ERROR [SetCurrentIdentityFilter] Not found identity in IdentityRegistry for user root, check Login Module.</para>
       <example>
         <title>Example</title>



More information about the gatein-commits mailing list