You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/03/07 08:04:57 UTC

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

leosutic    02/03/06 23:04:57

  Modified:    src/scratchpad/org/apache/avalon/excalibur/system/test
                        ContainerProfile.xconf
  Log:
  First cut of modifications. The DataSourceSelector was commented out, as the test then requires a database connection to run.
  
  Revision  Changes    Path
  1.3       +1 -33     jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/test/ContainerProfile.xconf
  
  Index: ContainerProfile.xconf
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/test/ContainerProfile.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ContainerProfile.xconf	19 Feb 2002 14:54:23 -0000	1.2
  +++ ContainerProfile.xconf	7 Mar 2002 07:04:57 -0000	1.3
  @@ -1,33 +1 @@
  -<test>
  -  <component id="test1"
  -      class="org.apache.avalon.excalibur.datasource.JdbcDataSource"
  -      role="org.apache.avalon.excalibur.datasource.DataSourceComponent"
  -      handler="org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler"
  -      logger="test">
  -    <pool-controller min="5" max="10">
  -      <keep-alive>SELECT 1 FROM groups</keep-alive>
  -    </pool-controller>
  -    <driver>@test.jdbc.driver@</driver>
  -    <dburl>@test.jdbc.url@</dburl>
  -    <user>@test.jdbc.user@</user>
  -    <password>@test.jdbc.password@</password>
  -  </component>
  -  <component id="test2"
  -      class="org.apache.avalon.excalibur.monitor.ActiveMonitor"
  -      role="org.apache.avalon.excalibur.monitor.Monitor"
  -      handler="org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler"
  -      logger="test">
  -        <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.avalon.excalibur.system.handler.PoolableComponentHandler"
  -      logger="test">
  -        <parameter name="validate" value="false"/>
  -        <parameter name="namespace-prefixes" value="false"/>
  -        <parameter name="reuse-parsers" value="true"/>
  -        <parameter name="stop-on-warning" value="false"/>
  -        <parameter name="stop-on-recoverable-error" value="true"/>
  -  </component>
  -</test>
  +<test>
<!--
  <component id="test1"
      class="org.apache.avalon.excalibur.datasource.JdbcDataSource"
      role="org.apache.avalon.excalibur.datasource.DataSourceComponent"
      handler="org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler"
      logger="test">
    <pool-controller min="5" max="10">
      <keep-alive>SELECT 1 FROM groups</keep-alive>
    </pool-controller>
    <driver>@test.jdbc.driver@</driver>
    <dburl>@test.jdbc.url@</dburl>
    <user>@test.jdbc.user@</user>
    <password>@test.jdbc.password@</password>
  </component>
-->
  <component id="test2"
      class="org.apache.avalon.excalibur.monitor.ActiveMonitor"
      role="org.apache.avalon.excalibur.monitor.Monitor"
      handler="org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler"
      logger="test">
        <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.avalon.excalibur.system.handler.PoolableComponentHandler"
      logger="test">
        <parameter name="validate" value="false"/>
        <parameter name="namespace-prefixes" value="false"/>
        <parameter name="reuse-parsers" value="true"/>
        <parameter name="stop-on-warning" value="false"/>
        <parameter name="stop-on-recoverable-error" value="true"/>
  </component>
</test>

  \ No newline at end of file
  
  
  

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