donaldp 2002/11/10 04:43:57 Modified: fortress/src/test/org/apache/excalibur/fortress/test/data test1.xconf Log: Minimize pool number so it is easier to test Revision Changes Path 1.2 +1 -0 jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/test/data/test1.xconf Index: test1.xconf =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/test/data/test1.xconf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test1.xconf 10 Nov 2002 12:39:04 -0000 1.1 +++ test1.xconf 10 Nov 2002 12:43:57 -0000 1.2 @@ -10,6 +10,7 @@ role="org.apache.excalibur.fortress.test.data.Role2" handler="org.apache.excalibur.fortress.handler.PoolableComponentHandler" logger="component2" + pool-min="2" activation="startup"/> <component id="component3" class="org.apache.excalibur.fortress.test.data.Component3"
-- To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>