[ 
http://issues.apache.org/jira/browse/FELIX-91?page=comments#action_12424690 ] 
            
John Conlon commented on FELIX-91:
----------------------------------

Specifying an array value like the example may lead to unexpected results:
<property field="m_myArrayField" name="myProperty.myArray" value="{foo, bar}"/> 
Will create a two value array but the second value bar will be preceeded with a 
space character. To avoid this a work around would be to specify the 
value="{foo,bar}"  without a space following the comma.

> iPOJO does not support arrays or vectors in Configuration Properties
> --------------------------------------------------------------------
>
>                 Key: FELIX-91
>                 URL: http://issues.apache.org/jira/browse/FELIX-91
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>            Reporter: John Conlon
>         Assigned To: Richard S. Hall
>         Attachments: diff.txt
>
>
> iPOJO does not support arrays or vectors inside Configuration Admin property 
> values per 104.4.2.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to