[dna-issues] [JBoss JIRA] Resolved: (DNA-602) Can't Set Multi-Valued Property from Object[] through StreamSequencerAdapter
Brian Carothers (JIRA)
jira-events at lists.jboss.org
Sun Dec 27 15:46:30 EST 2009
[ https://jira.jboss.org/jira/browse/DNA-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Carothers resolved DNA-602.
---------------------------------
Fix Version/s: 0.7
Resolution: Done
Assignee: Brian Carothers
Committed patch to resolve defect
> 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
> Assignee: Brian Carothers
> Fix For: 0.7
>
> 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