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

[email protected] commented on OODT-428:
----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4454/
-----------------------------------------------------------

Review request for oodt, Chris Mattmann, Ricky Nguyen, Paul Ramirez, and Thomas 
Bennett.


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

  
trunk/crawler/src/main/java/org/apache/oodt/cas/crawl/cli/option/handler/CrawlerBeansPropHandler.java
 1304041 

Diff: https://reviews.apache.org/r/4454/diff


Testing
-------

still need a unit-test for this... will write when i get the time


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

        

Reply via email to