karaf shell each example

2011-01-19 Thread Barys_Ilyushonak
Greetings! Could you please help me write the karaf script which shows all feature names (only). I tried the following: each (features:list) { echo ($it name) } based on the example from mail list (it works!): each (bundles) { echo ($it symbolicname) } But I got the error: Error executing

Re: Placing properties files in the classpath

2011-01-19 Thread karafman
There appears to be an issue when reading in multiple .cfg files and exposing them using ctx:property-placeholder in Karaf using SpringDM. Consider the following which only exposes myAppProperties, but not myBundleSpecificProperties: osgix:cm-properties id=myAppProperties