[ https://issues.apache.org/jira/browse/FELIX-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard S. Hall closed FELIX-200. --------------------------------- Resolution: Fixed Assignee: Richard S. Hall I applied this patch. > Support of complex properties and several provided interface declaration > ------------------------------------------------------------------------ > > Key: FELIX-200 > URL: https://issues.apache.org/jira/browse/FELIX-200 > Project: Felix > Issue Type: New Feature > Components: iPOJO > Reporter: Clement Escoffier > Assigned To: Richard S. Hall > Attachments: props_itfs.patch > > > Two new features : > Add the possibility to configure instances with complex property directly > from the XML form. For example : > <property name="p1"> > <property name="p1.1" value="a"/> > <property name="p1.2" value="b"/> > </property> > will create a Dictionary p1 containing two entry ; p1.1 and p1.2 > Allow to declare several provided interfaces by using the string array form : > <provide interface="{xxx.Foo, xxx.Bar}"/> > will publish inside the same service registration (consequently the same > properties) the xxx.Foo service and xxx.Bar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.