Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 68362 invoked from network); 25 May 2006 18:20:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 18:20:14 -0000 Received: (qmail 30712 invoked by uid 500); 25 May 2006 18:20:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 30682 invoked by uid 500); 25 May 2006 18:20:13 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 30673 invoked by uid 99); 25 May 2006 18:20:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 11:20:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 11:20:12 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8788071423B for ; Thu, 25 May 2006 18:19:30 +0000 (GMT) Message-ID: <19258498.1148581170552.JavaMail.jira@brutus> Date: Thu, 25 May 2006 18:19:30 +0000 (GMT+00:00) From: "David Van Couvering (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-849) Internationalize Reply to Typdef in org.apache.derby.client.net In-Reply-To: <81165407.1137779862310.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-849?page=all ] David Van Couvering updated DERBY-849: -------------------------------------- Attachment: DERBY-849-1.diff This patch internationalizes the classes for this JIRA item. Additionally, I made the following changes: - I changed the SQL State for the network level exceptions that cause a disconnect from 08006 to 58009, as I realized that these are due to network protocol errors, and DRDA requires this to be 58009. If anyone knows of a better way to make the distinction, please let me know, the two specs (SQL and DRDA) are a bit at odds here. - in net/Reply.java, I couldn't help myself and I changed all references to org.apache.derby.client.am.DisconnectException to just be DisconnectException, as the fully-qualified class didn't need to be there and was making everything hard to read. But I must apologize, this did generate a lot of diffs. This passes derbynetclientmats on JDK 1.5 and jdbc40 on JDK 1.6 Thanks, David > Internationalize Reply to Typdef in org.apache.derby.client.net > --------------------------------------------------------------- > > Key: DERBY-849 > URL: http://issues.apache.org/jira/browse/DERBY-849 > Project: Derby > Type: Sub-task > Components: Network Client > Reporter: David Van Couvering > Assignee: David Van Couvering > Attachments: DERBY-849-1.diff > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira