Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 87188 invoked from network); 4 Apr 2002 10:00:41 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Apr 2002 10:00:41 -0000 Received: (qmail 3952 invoked by uid 97); 4 Apr 2002 07:11:07 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 3930 invoked by uid 97); 4 Apr 2002 07:11:06 -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 3915 invoked by uid 97); 4 Apr 2002 07:11:06 -0000 Date: 4 Apr 2002 07:09:53 -0000 Message-ID: <20020404070953.10670.qmail@icarus.apache.org> From: leif@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/datasource JdbcConnectionFactory.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N leif 02/04/03 23:09:53 Modified: all build.xml all/src/java/org/apache/avalon/excalibur/datasource JdbcConnectionFactory.java Log: Get JdbcConnections working again. Must have been broken recently... Revision Changes Path 1.125 +9 -1 jakarta-avalon-excalibur/all/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- build.xml 4 Apr 2002 05:09:00 -0000 1.124 +++ build.xml 4 Apr 2002 07:09:53 -0000 1.125 @@ -276,7 +276,6 @@ deprecation="${build.deprecation}" target="1.2"> - @@ -301,6 +300,15 @@ unless="jaxen.present"/> + + + + Berin Loritsch - * @version CVS $Revision: 1.13 $ $Date: 2002/03/26 10:45:22 $ + * @version CVS $Revision: 1.14 $ $Date: 2002/04/04 07:09:53 $ * @since 4.0 */ public class JdbcConnectionFactory extends AbstractLogEnabled implements ObjectFactory @@ -117,6 +117,9 @@ catch( Exception e ) { // ignore for now + // No logger here, so we can't log this. Really should output something here though + // as it can be a real pain to track down the cause when this happens. + //System.out.println( "Unable to get specified connection class: " + e ); } this.m_class = clazz; -- To unsubscribe, e-mail: For additional commands, e-mail: