Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 31689 invoked from network); 15 Mar 2010 15:43:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 15:43:36 -0000 Received: (qmail 62618 invoked by uid 500); 15 Mar 2010 15:42:48 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 62526 invoked by uid 500); 15 Mar 2010 15:42:48 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 62412 invoked by uid 99); 15 Mar 2010 15:42:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 15:42:48 +0000 X-ASF-Spam-Status: No, hits=-1014.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 15:42:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75711234C4AE for ; Mon, 15 Mar 2010 15:42:27 +0000 (UTC) Message-ID: <1739597324.267761268667747480.JavaMail.jira@brutus.apache.org> Date: Mon, 15 Mar 2010 15:42:27 +0000 (UTC) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Subject: [jira] Commented: (FELIX-2204) Localization causes a problem in WebConsole configuration In-Reply-To: <750150281.267041268666200410.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845367#action_12845367 ] Felix Meschberger commented on FELIX-2204: ------------------------------------------ This patch looks basically good to me. One minor thought: I guess, correctly we would get the resource bundle according to the AbstractWebConsolePlugin's bundle: if (name.startsWith("%") ) { Bundle b = ( ( AbstractWebConsolePlugin ) plugin ).getBundle(); ResourceBundle rb = osgiManager.resourceBundleManager.getResourceBundle(b, Locale.ENGLISH); name = rb.getString(name.substring(1)); } > Localization causes a problem in WebConsole configuration > --------------------------------------------------------- > > Key: FELIX-2204 > URL: https://issues.apache.org/jira/browse/FELIX-2204 > Project: Felix > Issue Type: Bug > Components: Web Console > Reporter: Valentin Valchev > Attachments: localization_config_titles.patch > > > After implementing FELIX-2203 when opening the apache web console configuration, the titles are shown with their resource names, not their real names. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.