[jbosscache-commits] JBoss Cache SVN: r7981 - core/trunk/src/main/docbook/userguide/en/modules.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Apr 14 07:47:12 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-04-14 07:47:12 -0400 (Tue, 14 Apr 2009)
New Revision: 7981

Modified:
   core/trunk/src/main/docbook/userguide/en/modules/deployment.xml
Log:
Corrected MC deployment docs

Modified: core/trunk/src/main/docbook/userguide/en/modules/deployment.xml
===================================================================
--- core/trunk/src/main/docbook/userguide/en/modules/deployment.xml	2009-04-13 11:53:38 UTC (rev 7980)
+++ core/trunk/src/main/docbook/userguide/en/modules/deployment.xml	2009-04-14 11:47:12 UTC (rev 7981)
@@ -41,7 +41,7 @@
       <para>
          Beginning with AS 5, JBoss AS supports deployment of POJO services via
          deployment of a file whose name ends with
-         <literal>-beans.xml</literal>.
+         <literal>-jboss-beans.xml</literal>.
          A POJO service is one whose implementation is via a "Plain Old Java Object",
          meaning a simple java bean that isn't required to implement any special
          interfaces or extend any particular superclass. A
@@ -52,7 +52,7 @@
       <para>
          Deployment of the cache is done using the JBoss Microcontainer that forms the
          core of JBoss AS. JBoss Microcontainer is a sophisticated IOC framework
-         similar to Spring. A <literal>-beans.xml</literal> file is basically
+         similar to Spring. A <literal>-jboss-beans.xml</literal> file is basically
          a descriptor that tells the IOC framework how to assemble the various
          beans that make up a POJO service.
       </para>




More information about the jbosscache-commits mailing list