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


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