Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3782617FCF for ; Wed, 15 Oct 2014 11:38:34 +0000 (UTC) Received: (qmail 79674 invoked by uid 500); 15 Oct 2014 11:38:34 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 79634 invoked by uid 500); 15 Oct 2014 11:38:34 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 79623 invoked by uid 99); 15 Oct 2014 11:38:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 11:38:33 +0000 Date: Wed, 15 Oct 2014 11:38:33 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4407) LocalizedTextUtil reports WARNings when app uses more than one resource bundle 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/WW-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172275#comment-14172275 ] Lukasz Lenart commented on WW-4407: ----------------------------------- Great! That was the idea behind :-) > LocalizedTextUtil reports WARNings when app uses more than one resource bundle > ------------------------------------------------------------------------------ > > Key: WW-4407 > URL: https://issues.apache.org/jira/browse/WW-4407 > Project: Struts 2 > Issue Type: Bug > Components: Other > Affects Versions: 2.3.18 > Reporter: Christoph Nenning > Priority: Minor > Labels: i18n > Fix For: 2.3.18 > > > In my app I use 3 resource bundles. One of them is located direclty in the app and contains most text keys. The other two are located in JARs that are reused in several apps and bring a few own text keys. > Each Key is defined in exactly one bundle. > Since Version 2.3.18 LocalizedTextUtil searches each key in all bundles and reports WARN messages for those bundles the key is not located in: > WARN opensymphony.xwork2.util.LocalizedTextUtil - Missing key [...] in bundle [...]! > Is is probably caused by WW-4379. -- This message was sent by Atlassian JIRA (v6.3.4#6332)