Return-Path: X-Original-To: apmail-db-derby-user-archive@www.apache.org Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B14BC64B5 for ; Sat, 23 Jul 2011 10:34:28 +0000 (UTC) Received: (qmail 41965 invoked by uid 500); 23 Jul 2011 10:34:28 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 41481 invoked by uid 500); 23 Jul 2011 10:34:11 -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 41469 invoked by uid 99); 23 Jul 2011 10:34:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 10:34:08 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Sat, 23 Jul 2011 10:34:00 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QkZWc-000201-4L for derby-user@db.apache.org; Sat, 23 Jul 2011 12:33:38 +0200 Received: from p4FD3B46E.dip.t-dialin.net ([79.211.180.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 12:33:38 +0200 Received: from Thomas.K.Hill by p4FD3B46E.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 12:33:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: derby-user@db.apache.org From: Thomas Hill Subject: metadata / getClientInfo() Date: Sat, 23 Jul 2011 10:33:27 +0000 (UTC) Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.211.180.110 (Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3) Hi, I am on version 10.7.1.1 and have read manuals and searched the net trying to find out how to obtain the *user* property used on the connectionURL from within a stored procedure. The attempt to use the connection object and getClientInfoProperty("user") just returns null. Thanks for your support Thomas