[seam-commits] Seam SVN: r12502 - in branches/enterprise/JBPAPP_4_3_FP01: examples/blog/resources and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 15 08:54:09 EDT 2010


Author: manaRH
Date: 2010-04-15 08:54:08 -0400 (Thu, 15 Apr 2010)
New Revision: 12502

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Cache.xml
   branches/enterprise/JBPAPP_4_3_FP01/examples/blog/resources/treecache.xml
Log:
JBPAPP-4056 changed jboss-cache filename

Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Cache.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Cache.xml	2010-04-15 10:16:53 UTC (rev 12501)
+++ branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Cache.xml	2010-04-15 12:54:08 UTC (rev 12502)
@@ -136,9 +136,9 @@
              
         
         <para>
-            For an EAR depoyment of Seam, we recommend that the JBossCache jars and
+            For an EAR deployment of Seam, we recommend that the JBossCache jars and
             configuration go directly into the EAR. Make sure you place both
-            <literal>jboss-cache.jar</literal> and <literal>jgroups.jar</literal>
+            <literal>jboss-cache-jdk50.jar</literal> and <literal>jgroups.jar</literal>
             in your EAR's lib folder.
         </para>
         

Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/blog/resources/treecache.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/blog/resources/treecache.xml	2010-04-15 10:16:53 UTC (rev 12501)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/blog/resources/treecache.xml	2010-04-15 12:54:08 UTC (rev 12502)
@@ -8,7 +8,7 @@
 
 <server>
 
-    <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/>
+    <classpath codebase="./lib" archives="jboss-cache-jdk50.jar, jgroups.jar"/>
 
 
     <!-- ==================================================================== -->



More information about the seam-commits mailing list