Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 69480 invoked from network); 27 Nov 2000 07:44:55 -0000 Received: from gate1.fw.mn.man.de (151.136.100.171) by locus.apache.org with SMTP; 27 Nov 2000 07:44:55 -0000 Received: by gate1.fw.mn.man.de (8.9.3/8.9.3) id IAA27510 for cocoon-users@xml.apache.org; Mon, 27 Nov 2000 08:44:29 +0100 (CET) From: Katrin_Seiffert@mn.man.de Received: (from localhost) by gate1.fw.mn.man.de (MSCAN) id 2/gate1.fw.mn.man.de/smtp-gw/mscan; Mon Nov 27 08:44:29 2000 Subject: SQL Connection-Pool with DB2 To: cocoon-users@xml.apache.org X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: Date: Mon, 27 Nov 2000 08:44:18 +0100 X-MIMETrack: Serialize by Router on MMMAIL001/SRV/MAN_Nutzfahrzeuge(Release 5.0.4 |June 8, 2000) at 11/27/2000 08:44:18 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I want to use the SQL Connection-Pool with DB2: The following have I add to the cocoon.properties-File: processor.xsp.pool.database.default.driver=COM.ibm.db2.jdbc.app.DB2Driver processor.xsp.pool.database.default.url=jdbc:db2:TUCNBST4 processor.xsp.pool.database.default.username=db2admin processor.xsp.pool.database.default.password=admin processor.xsp.pool.database.default.maxConnections=3 processor.xsp.pool.database.default.expiryTime=3600000 But there is the following Exception: java.lang.InstantiationException: Database type COM.ibm.db2.jdbc.app.DB2Driver not implemented. Wath can I do? Katrin Seiffert