[jboss-cvs] JBossAS SVN: r75318 - in projects/docs/enterprise: 4.2.4/readme/en-US and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 2 19:36:23 EDT 2008


Author: irooskov at redhat.com
Date: 2008-07-02 19:36:23 -0400 (Wed, 02 Jul 2008)
New Revision: 75318

Modified:
   projects/docs/enterprise/4.2.4/readme/en-US/readme.xml
   projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml
   projects/docs/enterprise/4.3.2/readme/en-US/readme.xml
   projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml
Log:
updated both release notes with new JIRAs and updated the Server Config Guide for both EAP versions section 13 - lst part, addressing JBPAPP-872


Modified: projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml
===================================================================
--- projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml	2008-07-02 21:03:55 UTC (rev 75317)
+++ projects/docs/enterprise/4.2/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml	2008-07-02 23:36:23 UTC (rev 75318)
@@ -800,6 +800,8 @@
     <! --     Valid modes are LOCAL
                              REPL_ASYNC
                              REPL_SYNC
+			     INVALIDATION_ASYNC
+			     INVALIDATION_SYNC
     --> 
     <attribute name="CacheMode">LOCAL</attribute>
  
@@ -904,7 +906,9 @@
 			</listitem>
 			<listitem>
 				<para>
-					<emphasis role="bold">CacheMode</emphasis> specifies how to synchronize cache between nodes. The possible values are <literal>LOCAL</literal>, <literal>REPL_SYNC</literal>, or <literal>REPL_ASYNC</literal>.
+					<emphasis role="bold">CacheMode</emphasis> specifies how to synchronize cache between nodes. The possible values are <literal>LOCAL</literal>, <literal>REPL_SYNC</literal>, <literal>REPL_ASYNC</literal>,
+					<literal>INVALIDATION_SYNC</literal>, or
+					<literal>INVALIDATION_ASYNC</literal>.
 				</para>
 			</listitem>
 			<listitem>
@@ -973,6 +977,12 @@
 				</para>
 			</listitem>
 		</itemizedlist>
+		<note>
+			<para>
+				For a more detailed look into the topic of Tree Caching, refer to the EAP Tree Cache Guide avaliable online from:
+				<ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>
+			</para>
+		</note>
 	</section>
 
 </chapter>

Modified: projects/docs/enterprise/4.2.4/readme/en-US/readme.xml
===================================================================
--- projects/docs/enterprise/4.2.4/readme/en-US/readme.xml	2008-07-02 21:03:55 UTC (rev 75317)
+++ projects/docs/enterprise/4.2.4/readme/en-US/readme.xml	2008-07-02 23:36:23 UTC (rev 75318)
@@ -316,6 +316,11 @@
 			</listitem>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-805">JBPAPP-805</ulink>: There was a missing java file from the first security example within the server configuration guide, inhibiting the example to be run successfully. The missing <filename>EchoSecurityProxy.java</filename> file has now been restored, enabling the example to be run correctly.
+				</para>
+			</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-799">JBPAPP-799</ulink>: the seamejb3 example would generate a <code>FaceletException</code> error. This issue was caused from the inclusion of incorrect .jar files for the example. This CP update includes the correct .jar files, correcting the issue and allowing the example to execute correctly. 
 				</para>
 			</listitem>

Modified: projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml
===================================================================
--- projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml	2008-07-02 21:03:55 UTC (rev 75317)
+++ projects/docs/enterprise/4.3/Server_Configuration_Guide/en-US/JBossCache_And_JGroups_Services.xml	2008-07-02 23:36:23 UTC (rev 75318)
@@ -800,6 +800,9 @@
     &lt;! --     Valid modes are LOCAL
                              REPL_ASYNC
                              REPL_SYNC
+			     INVALIDATION_ASYNC
+			     INVALIDATION_SYNC
+			     
     --&gt; 
     &lt;attribute name="CacheMode"&gt;LOCAL&lt;/attribute&gt;
  
@@ -904,7 +907,9 @@
 			</listitem>
 			<listitem>
 				<para>
-					<emphasis role="bold">CacheMode</emphasis> specifies how to synchronize cache between nodes. The possible values are <literal>LOCAL</literal>, <literal>REPL_SYNC</literal>, or <literal>REPL_ASYNC</literal>.
+					<emphasis role="bold">CacheMode</emphasis> specifies how to synchronize cache between nodes. The possible values are <literal>LOCAL</literal>, <literal>REPL_SYNC</literal>, <literal>REPL_ASYNC</literal>,
+					<literal>INVALIDATION_SYNC</literal>, or
+					<literal>INVALIDATION_ASYNC</literal>.					.
 				</para>
 			</listitem>
 			<listitem>
@@ -973,6 +978,12 @@
 				</para>
 			</listitem>
 		</itemizedlist>
+		<note>
+			<para>
+				For a more detailed look into the topic of Tree Caching, refer to the EAP Tree Cache Guide avaliable online from:
+				<ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>
+			</para>
+		</note>
 	</section>
 
 </chapter>

Modified: projects/docs/enterprise/4.3.2/readme/en-US/readme.xml
===================================================================
--- projects/docs/enterprise/4.3.2/readme/en-US/readme.xml	2008-07-02 21:03:55 UTC (rev 75317)
+++ projects/docs/enterprise/4.3.2/readme/en-US/readme.xml	2008-07-02 23:36:23 UTC (rev 75318)
@@ -463,6 +463,11 @@
 			</para>
 		</formalpara>
 		<formalpara>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-805">JBPAPP-805</ulink>: There was a missing java file from the first security example within the server configuration guide, inhibiting the example to be run successfully. The missing <filename>EchoSecurityProxy.java</filename> file has now been restored, enabling the example to be run correctly.
+			</para>
+		</formalpara>
+		<formalpara>
 			<title>JBPAPP-799</title>
 			<para>
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-799">JBPAPP-799</ulink>: the seamejb3 example would generate a <code>FaceletException</code> error. This issue was caused from the inclusion of incorrect .jar files for the example. This CP update includes the correct .jar files, correcting the issue and allowing the example to execute correctly. 




More information about the jboss-cvs-commits mailing list