[SJN-45] XML variant cannot handle multiple properties to make a List | |
| Status: | Closed |
| Project: | Simple-JNDI |
| Component/s: | |
| Affects Version/s: | 0.7 |
| Fix Version/s: | 0.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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. |