[dna-issues] [JBoss JIRA] Commented: (DNA-602) Can't Set Multi-Valued Property from Object[] through StreamSequencerAdapter

Randall Hauch (JIRA) jira-events at lists.jboss.org
Sun Dec 27 12:14:49 EST 2009


    [ https://jira.jboss.org/jira/browse/DNA-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12501669#action_12501669 ] 

Randall Hauch commented on DNA-602:
-----------------------------------

Good catch.  I'm not sure why we've not noticed this before ... must be something we either didn't test or didn't use.  Patch looks good to me.

> Can't Set Multi-Valued Property from Object[] through StreamSequencerAdapter
> ----------------------------------------------------------------------------
>
>                 Key: DNA-602
>                 URL: https://jira.jboss.org/jira/browse/DNA-602
>             Project: DNA
>          Issue Type: Bug
>          Components: Sequencers
>    Affects Versions: 0.6
>            Reporter: Brian Carothers
>         Attachments: DNA-602.patch
>
>
> I may just be missing something, but when I try to call like this in my sequencer:
> Path path =...;
> Name propertyName = ...;
> SequencerOutput output = ...;
> List<String> list = ...;
> output.setProperty(path, propertyName, list.toArray());
> StreamSequencerAdapter.saveOutput creates a single-valued property with an Object[] as the value instead of the multi-valued property that I would like it to create.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the dna-issues mailing list