Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 79117 invoked by uid 500); 16 Aug 2003 18:53:13 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 79103 invoked from network); 16 Aug 2003 18:53:13 -0000 Received: from babyruth.hotpop.com (204.57.55.14) by daedalus.apache.org with SMTP; 16 Aug 2003 18:53:13 -0000 Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 088B921060A for ; Sat, 16 Aug 2003 18:53:15 +0000 (UTC) Received: from cr996535a (CPE00d009eb29dd-CM000039ec3c5e.cpe.net.cable.rogers.com [63.138.164.227]) by smtp-2.hotpop.com (Postfix) with SMTP id 3C7071800E2 for ; Sat, 16 Aug 2003 18:53:13 +0000 (UTC) Message-ID: <001001c36427$bc7b86a0$e3a48a3f@cr996535a> From: "Jaspreet S Jodhka" To: Subject: Hardcoded message strings Date: Sat, 16 Aug 2003 14:53:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I have just begun reading the code and I noticed that some exception strings were hardcoded and were in English. Shouldn't we be using resource bundles? Jaspreet