Raghunathan Semburakkiannan created CONFIGURATION-545:
---------------------------------------------------------

             Summary: if attribute value contains , (comma), it returns 
arrayList instead of string
                 Key: CONFIGURATION-545
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-545
             Project: Commons Configuration
          Issue Type: Bug
            Reporter: Raghunathan Semburakkiannan


Hi 

I've an xml element with an attribute 'name', it's value contains comma. If I 
access this attribute it is returning List instead of String. Can you guys fix 
it?

{code}
Method:
txnConfig.getProperty("stream(1)[@name]")

<someRoot>
<stream
      name="some Release REL12973,CC#239487"
      type="snapshot"
      time="1342793128"
      startTime="1342793128"/>
...
...
<someRoot>
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to