You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Richard Wallace <rw...@a--i--m.com> on 2003/02/06 23:57:11 UTC

avalon-sandbox cvs

Hey,

Don't know if this occurred when Leo was moving the projects around in
cvs, but there appears to be a circular link in the avalon-sandbox
directory back to itself.  So, when doing a checkout there is an
infinite recursion problem.  Not fun. =-P
-- 
Richard Wallace
AIM, Inc. (www.a--i--m.com)
Information Systems Consultants

"Providing New Technology,
     the Old-Fashioned Way"


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: avalon-sandbox cvs

Posted by Leo Simons <le...@apache.org>.
Richard Wallace wrote:

>Hey,
>
>Don't know if this occurred when Leo was moving the projects around in
>cvs,
>
nope. happened a day or two ago.

>but there appears to be a circular link in the avalon-sandbox
>directory back to itself.  So, when doing a checkout there is an
>infinite recursion problem.  Not fun. =-P
>
acked and fixed. Thanks for the report.

cheers,

- Leo


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


[patch] ResourceLimitingJdbcDataSource consistency

Posted by Greg Steuck <gr...@nest.cx>.
Consistency one-liner (maxStrict -> max-strict):

Index: ResourceLimitingJdbcDataSource.java
===================================================================
RCS file: /home/cvspublic/avalon-excalibur/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.java,v
retrieving revision 1.2
diff -u -c -r1.2 ResourceLimitingJdbcDataSource.java
*** ResourceLimitingJdbcDataSource.java 30 Jul 2002 14:49:27 -0000      1.2
--- ResourceLimitingJdbcDataSource.java 7 Feb 2003 02:04:39 -0000
***************
*** 37,43 ****
   * Configuration Example:
   * <pre>
   *   &lt;jdbc&gt;
!  *     &lt;pool-controller max="<i>10</i>" maxStrict="<i>true</i>"
   *       blocking="<i>true</i>" timeout="<i>-1</i>"
   *       trim-interval="<i>60000</i>" auto-commit="true"
   *       connection-class="<i>my.overrided.ConnectionClass</i>"&gt;
--- 37,43 ----
   * Configuration Example:
   * <pre>
   *   &lt;jdbc&gt;
!  *     &lt;pool-controller max="<i>10</i>" max-strict="<i>true</i>"
   *       blocking="<i>true</i>" timeout="<i>-1</i>"
   *       trim-interval="<i>60000</i>" auto-commit="true"
   *       connection-class="<i>my.overrided.ConnectionClass</i>"&gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org