Hey all, We've switching to Karaf for our OSGi based application and I'm just looking at moving the configuration of our services to the features.xml files inside a <configuration/> block, but it seems that as this just uses java.utils.Properties (key/value of String) we're unable to configure our services that include Boolean and Integer fields.
It seems wrong to have to go and retrofit our code to use Strings everywhere just because we want to configure the service differently. Is there a way in define Boolean/Integer OSGi configuration fields in Karaf or am I right in this limitation? Cheers, Mark -- Pull me down under... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

