[
https://issues.apache.org/jira/browse/OODT-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238814#comment-13238814
]
[email protected] commented on OODT-428:
----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4454/
-----------------------------------------------------------
(Updated 2012-03-26 20:55:22.461160)
Review request for oodt, Chris Mattmann, Ricky Nguyen, Paul Ramirez, and Thomas
Bennett.
Changes
-------
- For case optionInstance.getValues().isEmpty() now throws RuntimeException
- Added Unit-tests
Summary
-------
It currently was setting lists keys to: value1,value2,value3,...
This patch will instead change it to:
key[0] = value1
key[1] = value2
This addresses bug OODT-428.
https://issues.apache.org/jira/browse/OODT-428
Diffs (updated)
-----
trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/cli/option/handler/CrawlerBeansPropHandler.java
1304041
trunk/crawler/src/test/org/apache/oodt/cas/crawl/cli/option/handler/TestCrawlerBeansPropHandler.java
PRE-CREATION
Diff: https://reviews.apache.org/r/4454/diff
Testing (updated)
-------
Wrote unit-test
Thanks,
brian
> CrawlerBeansPropHandler doesn't set list properties for Spring
> PropertyOverrideConfigurer correctly
> ---------------------------------------------------------------------------------------------------
>
> Key: OODT-428
> URL: https://issues.apache.org/jira/browse/OODT-428
> Project: OODT
> Issue Type: Bug
> Components: crawler
> Affects Versions: 0.3
> Environment: none
> Reporter: Brian Foster
> Assignee: Brian Foster
> Priority: Minor
> Fix For: 0.4
>
> Attachments: OODT-428.2012-03-22.patch.txt
>
>
> It currently was setting lists keys to: value1,value2,value3,...
> This patch will instead change it to:
> key[0] = value1
> key[1] = value2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira