Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 99399 invoked from network); 16 Feb 2008 15:13:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2008 15:13:29 -0000 Received: (qmail 49316 invoked by uid 500); 16 Feb 2008 15:13:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 49270 invoked by uid 500); 16 Feb 2008 15:13:23 -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 49261 invoked by uid 99); 16 Feb 2008 15:13:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 07:13:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 15:13:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B72E714076 for ; Sat, 16 Feb 2008 07:13:08 -0800 (PST) Message-ID: <32067529.1203174788633.JavaMail.jira@brutus> Date: Sat, 16 Feb 2008 07:13:08 -0800 (PST) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3375) Localize new error messages added in 10.3 In-Reply-To: <7275436.1201884788549.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569575#action_12569575 ] Knut Anders Hatlen commented on DERBY-3375: ------------------------------------------- > how do I write the resulting tree back to a new file? Could you use javax.xml.transform.Transformer? This writes an empty XML document to System.out: Transformer t = TransformerFactory.newInstance().newTransformer(); t.transform(new DOMSource(), new StreamResult(System.out)); I think you can pass Document objects to DOMSource's constructor. > Localize new error messages added in 10.3 > ----------------------------------------- > > Key: DERBY-3375 > URL: https://issues.apache.org/jira/browse/DERBY-3375 > Project: Derby > Issue Type: Improvement > Components: Localization > Affects Versions: 10.3.2.1 > Reporter: Dyre Tjeldvoll > Priority: Minor > Fix For: 10.4.0.0 > > Attachments: CheckMessages.java, checkMessages.sql, derby-3375.diff, drda_messages.zip, engine_messages.zip > > > New error messages added in 10.3 have not been localized. Should translate these into as many languages as possible. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.