Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 78612 invoked from network); 2 May 2002 16:02:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 May 2002 16:02:46 -0000 Received: (qmail 277 invoked by uid 97); 2 May 2002 16:02:48 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@nagoya.betaversion.org Received: (qmail 249 invoked by alias); 2 May 2002 16:02:48 -0000 Delivered-To: jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 203 invoked by uid 97); 2 May 2002 16:02:47 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 192 invoked by alias); 2 May 2002 16:02:47 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 2 May 2002 16:02:40 -0000 Message-ID: <20020502160240.2056.qmail@icarus.apache.org> From: bloritsch@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/event README.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bloritsch 02/05/02 09:02:40 Modified: datasource/src/java/org/apache/avalon/excalibur/datasource JdbcDataSource.java event README.txt Log: update javadocs for JdbcDataSource Revision Changes Path 1.19 +7 -1 jakarta-avalon-excalibur/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcDataSource.java Index: JdbcDataSource.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcDataSource.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- JdbcDataSource.java 16 Mar 2002 00:05:40 -0000 1.18 +++ JdbcDataSource.java 2 May 2002 16:02:40 -0000 1.19 @@ -28,6 +28,7 @@ * <pool-controller min="5" max="10" connection-class="my.overrided.ConnectionClass"> * <keep-alive disable="false">select 1</keep-alive> * </pool-controller> + * <auto-commit>true</auto-commit> * <driver>com.database.jdbc.JdbcDriver</driver> * <dburl>jdbc:driver://host/mydb</dburl> * <user>username</user> @@ -57,6 +58,11 @@ * to make sure that it is still alive. Setting the disable attribute to true will * disable this feature. (Defaults to a query of "SELECT 1" and being enabled) * + *
  • The auto-commit element is used to override the default (true) + * value of the auto-commit policy. It ensures that the database connection that is returned + * to you is already in the proper mode. If you use transactions in your queries, you must + * set this to false.
  • + * *
  • The driver element is used to specify the driver to use when connecting to the * database. The specified class must be in the classpath. (Required)
  • * @@ -68,7 +74,7 @@ * * * @author Berin Loritsch - * @version CVS $Revision: 1.18 $ $Date: 2002/03/16 00:05:40 $ + * @version CVS $Revision: 1.19 $ $Date: 2002/05/02 16:02:40 $ * @since 4.0 */ public class JdbcDataSource 1.3 +7 -2 jakarta-avalon-excalibur/event/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/event/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.txt 30 Mar 2002 22:00:50 -0000 1.2 +++ README.txt 2 May 2002 16:02:40 -0000 1.3 @@ -1,8 +1,13 @@ Avalons Excalibur Event ----------------------- -This is the Excalibur Event package which Berin needs to -document. +This is the Excalibur Event package which includes event queues, +asynchronous command processing, and the interfaces to support +event based programming. Fortress uses this project to manage +the components and its pools outside of the direct thread of +execution. It has been tested, and only a couple of clean up +things need to be done to make this an officially released +package. Getting Started: ---------------- -- To unsubscribe, e-mail: For additional commands, e-mail: