This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[SJN-45] XML variant cannot handle multiple properties to make a List
Created: Sat, 3 Jan 2004 15:59:26 -0800 (PST)  Updated: Sat, 3 Jan 2004 16:08:58 -0800 (PST)

Status:Closed
Project:Simple-JNDI
Component/s:
Affects Version/s:0.7
Fix Version/s:0.8

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
<shopping payment="cash">
  <item>orange</item>
  <item>apple</item>
  <item>ice cream</item>
  <item>potatoes</item>
</shopping>

only returns 'potatoes' when asked for shopping/item.
Comment by bayard [ Sat, 3 Jan 2004 16:08:57 -0800 (PST) ]
Fixed by making XmlProperties dependent on the same code the other two use, ie) adding AbstractProperties.