You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/09/24 23:45:11 UTC

cvs commit: jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/test ContainerProfile.xconf

bloritsch    2002/09/24 14:45:11

  Modified:    fortress/src/test/org/apache/excalibur/fortress/test
                        ContainerProfile.xconf
  Log:
  add activation message
  
  Revision  Changes    Path
  1.7       +4 -2      jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/test/ContainerProfile.xconf
  
  Index: ContainerProfile.xconf
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/test/ContainerProfile.xconf,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ContainerProfile.xconf	19 Jul 2002 12:37:04 -0000	1.6
  +++ ContainerProfile.xconf	24 Sep 2002 21:45:10 -0000	1.7
  @@ -18,14 +18,16 @@
           class="org.apache.avalon.excalibur.monitor.ActiveMonitor"
   	role="org.apache.avalon.excalibur.monitor.Monitor"
   	handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"
  -	logger="test">
  +	logger="test"
  +    activation="startup">
       <thread priority="10" frequency="1"/>
     </component>
     <component id="test3"
           class="org.apache.avalon.excalibur.xml.JaxpParser"
   	role="org.apache.avalon.excalibur.xml.Parser"
   	handler="org.apache.excalibur.fortress.handler.PoolableComponentHandler"
  -	logger="test">
  +	logger="test"
  +    activation="startup">
       <parameter name="validate" value="false"/>
       <parameter name="namespace-prefixes" value="false"/>
       <parameter name="reuse-parsers" value="true"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>