I call getString(key); on my XMLConfiguration object which invokes the inherited AbstractConfiguration method. The string in the XML file is:
"{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?
Rob.
