Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 21023 invoked from network); 18 Jan 2010 18:26:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2010 18:26:09 -0000 Received: (qmail 38099 invoked by uid 500); 18 Jan 2010 18:26:09 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 38035 invoked by uid 500); 18 Jan 2010 18:26:09 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 38027 invoked by uid 99); 18 Jan 2010 18:26:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 18:26:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaddu-derby-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 18:25:59 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NWwIC-0002Gu-Qf for derby-user@db.apache.org; Mon, 18 Jan 2010 19:25:36 +0100 Received: from p4FD3E8A4.dip.t-dialin.net ([79.211.232.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jan 2010 19:25:36 +0100 Received: from Thomas.K.Hill by p4FD3E8A4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jan 2010 19:25:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: derby-user@db.apache.org From: Thomas Subject: Re: debugging java stored procedures Date: Mon, 18 Jan 2010 18:25:14 +0000 (UTC) Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.211.232.164 (Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Hi, any tipps from anyone which would help to debug java stored procedures? Not being able/knowing how to debug the code executed by the database using the eclipse debugger, I have included System.out.println statements into the procedures, but have no idea where these end up when running against a network server on a remote host mode (have checked tomcat logs, but haven't found anything). Thanks