]
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: