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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed May 28 15:33:03 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-05-28 15:33:02 -0400 (Wed, 28 May 2008)
New Revision: 5905

Modified:
   core/trunk/src/main/docbook/userguide/en/modules/deployment.xml
Log:
[JBCACHE-1344] Documentation updated accordingly.

Modified: core/trunk/src/main/docbook/userguide/en/modules/deployment.xml
===================================================================
--- core/trunk/src/main/docbook/userguide/en/modules/deployment.xml	2008-05-28 16:36:22 UTC (rev 5904)
+++ core/trunk/src/main/docbook/userguide/en/modules/deployment.xml	2008-05-28 19:33:02 UTC (rev 5905)
@@ -167,13 +167,20 @@
          beans that make up a POJO service.
       </para>
       <para>
+         For each configurable option exposed by the 
+         <literal>Configuration</literal> 
+         components, a getter/setter must be defined in the configuration class. 
+         This is required so that JBoss Microcontainer can, in typical IOC way, 
+         call these methods when the corresponding properties have been 
+         configured.
+      </para>      
+      <para>
          The rules for how to deploy the file, how to package it, how to
          ensure the required jars are on the classpath, etc. are the same
          as for a
          <link linkend="deployment.microkernel">JMX-based deployment</link>
          .
       </para>
-
       <para>
          Following is an example
          <literal>-beans.xml</literal>




More information about the jbosscache-commits mailing list