Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 47351 invoked by uid 500); 7 Mar 2003 16:09:27 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 47279 invoked from network); 7 Mar 2003 16:09:26 -0000 Subject: "Connection Closed" SQLExceptions Date: Fri, 7 Mar 2003 11:08:57 -0500 x-sender: roy@pop.centricsystems.ca x-mailer: Claris Emailer 2.0v3, January 22, 1998 From: Roy Wood To: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-transfer-encoding: quoted-printable Message-ID: <1165068734-467106@mail.centricsystems.ca> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is probably not really an Axis problem, but I suspect that someone else here has probably run into it before. I've got a SOAP service that accesses an Oracle database via JDBC. Most of the methods exposed are pretty light (fetch a bunch of rows from a table, maybe insert into one table), and work great. One method is a little heavier though-- it queries three or four tables, then inserts into three others before finally committing all the changes. Repeated invocation of the latter method quickly leads to problems. Specifically, when I get the JDBC connection and try to set auto commit to false, a SQLException "Connection Closed" occurs, and I have to restart the server. :-( Speaking of the server, it is Tomcat 4.1.18, and I am using its connection pooling. And yes, I am paranoically careful to close all ResultSets, PreparedStatements, and Connections in the correct order, as mentioned in the docs. Anybody else been bitten by this? -Roy "Disclaimer =AD The opinions expressed in this message are strictly personal and do not necessarily reflect those of FiLogix."