Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 21561 invoked from network); 15 Dec 2009 20:53:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 20:53:58 -0000 Received: (qmail 64119 invoked by uid 500); 15 Dec 2009 20:53:56 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 64007 invoked by uid 500); 15 Dec 2009 20:53:55 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 63997 invoked by uid 99); 15 Dec 2009 20:53:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 20:53:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [205.189.42.254] (HELO svrkexch1.marchnetworks.com) (205.189.42.254) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 20:53:47 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA7DC8.C4DA618D" Subject: XMLConfiguration - getString truncated by comma Date: Tue, 15 Dec 2009 15:54:18 -0500 Message-ID: <72FCCBE2B96F01469BA67134B98FC45D09CD6D99@svrkexch1.marchnetworks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XMLConfiguration - getString truncated by comma Thread-Index: Acp9yKS0dbaJRqFCSTKFhkzyXewSSQ== From: "Rob Elliott" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA7DC8.C4DA618D Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I call getString(key); on my XMLConfiguration object which invokes the inherited AbstractConfiguration method. The string in the XML file is: =20 "{1e68f760-6765-439e-8f38-94d7792ef860,1}" but getString(key) returns "{1e68f760-6765-439e-8f38-94d7792ef860". I assume that the comma is the culprit. Is there a way to change my key so that the entire string is returned? =20 Rob. ------_=_NextPart_001_01CA7DC8.C4DA618D--