[ 
https://issues.apache.org/jira/browse/XBEAN-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367297#comment-14367297
 ] 

ASF GitHub Bot commented on XBEAN-278:
--------------------------------------

Github user dkulp closed the pull request at:

    https://github.com/apache/geronimo-xbean/pull/10


> 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)

Reply via email to