Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Declarative service, how should I specify properties file?

Hello,

I'm trying to use the properties with DS using this:


@Component(
        enabled = true,
        properties = { "boostrap.properties" })
public class ComponentControllerServiceFactoryNode {
}

That file is in the root of the bundle.

But I'm getting this error:

The specified 'entry' for the 'properties' tag at line 8 doesn't contain valid reference to a property file: boostrap.properties
could someone point me the right way to specify the property file ?

thanks,

Cristiano

Back to the top