Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2092 - development/central/site/src/docs/metro/latest/system

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2092 - development/central/site/src/docs/metro/latest/system
  • Date: Sat, 19 Mar 2005 18:33:01 -0500

Author: mcconnell AT dpml.net
Date: Sat Mar 19 18:33:00 2005
New Revision: 2092

Modified:
development/central/site/src/docs/metro/latest/system/properties.xml
Log:
Add documentation concerning the strict policy on profile creation.

Modified: development/central/site/src/docs/metro/latest/system/properties.xml
==============================================================================
--- development/central/site/src/docs/metro/latest/system/properties.xml
(original)
+++ development/central/site/src/docs/metro/latest/system/properties.xml
Sat Mar 19 18:33:00 2005
@@ -15,7 +15,8 @@

<p>
The following properties are used by the default transit
implementation
- during the establishment of a system context.
+ during the establishment of a system context. Property values are
resolved
+ from system properties and properties declared in the file
${user.home}/dpml.properties.
</p>

<table>
@@ -52,6 +53,14 @@
<td>The logging configuration file to be supplied to the the
logging system.</td>
<td>none</td>
</tr>
+ <tr>
+ <td>dpml.system.strict</td>
+ <td>A value of 'true' or 'false' that declares if strict a
profile creation policy
+ is to be applied. When strict policy is enabled a component
type must declare a profile
+ before it can be considered as a candidate during assembly. If
strict profile handling is
+ disabled then metro will construct an implicit profile for the
type.</td>
+ <td>false</td>
+ </tr>
</table>

</subsection>



  • svn commit: r2092 - development/central/site/src/docs/metro/latest/system, mcconnell, 03/19/2005

Archive powered by MHonArc 2.6.24.

Top of Page