Allow specifying instance configuration containing empty dictionaries
---------------------------------------------------------------------
Key: FELIX-626
URL: https://issues.apache.org/jira/browse/FELIX-626
Project: Felix
Issue Type: Improvement
Affects Versions: iPOJO-0.8.0
Reporter: Clement Escoffier
When writting an instance configuration like
<instance component="yyy">
<property name="myDict">
<!-- empty dictionary -->
</property>
</instance>
iPOJO refuses the instance configuration with an error indicating that the
property tag must either have a value attribute or a contained 'property'
element.
This error forbids pushing an empty dictionary from the XML-syntax during the
instance configuration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.