Is there a way to configure multiple service property values for the same key? What I'd like to be able to do is something like this:

Code:
<osgi:service-properties>
	<entry key="function" value="a"/>
	<entry key="function" value="b"/>
</osgi:service-properties>
but this ends up defining only a single value for the key "function".