[ https://issues.apache.org/jira/browse/XBEAN-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Romain Manni-Bucau closed XBEAN-278. ------------------------------------ Resolution: Fixed > Blueprint Namespace Handler improperly parsed flat-collections > -------------------------------------------------------------- > > Key: XBEAN-278 > URL: https://issues.apache.org/jira/browse/XBEAN-278 > Project: XBean > Issue Type: Bug > Affects Versions: 4.1 > Reporter: Daniel Kulp > > When parsing a flat collections, the fist item is processed correctly > creating the MutableColectionMetadata and setting the childeMetadata to the > listMeta which is then added to the bean. > For subsequent items, item is added to the list correctly. However, the > childeMetadata remains null (which is likely proper). However, at the end of > the 'if/else' chain in XBeanNamespaceHandler, if childMeta is null, it > creates another childMeta with the "value" of the element (likely an empty > string). This causes beans to fail to be created. > Patch coming soon. -- This message was sent by Atlassian JIRA (v6.3.4#6332)