Setup a List property with Blueprint and Configuration Admin ?

2011-05-02 Thread Cristiano Gavião
Hi, I'm setting up my service using blueprint and CM. I could make it work properly for single properties. But now I can't figure out how to configure CM for a property that is a ListString. cm:property-placeholder persistent-id=myservice.osgi update-strategy=reload

Re: Setup a List property with Blueprint and Configuration Admin ?

2011-05-02 Thread Cristiano Gavião
Hi Johan, Thanks, but I don't think your way could help me in my case because I don't think that I could dynamically increase my list of strings that comes from a config file on ${karaf}/etc. cheers Cristiano On 02/05/11 19:04, Johan Edstrom wrote: property name=baseUrls list

Re: Setup a List property with Blueprint and Configuration Admin ?

2011-05-02 Thread Andreas Pieber
Hey Cristiano, TBH I've never tried this with blueprint but since blueprint and springdm are almost equal the following should work if you simply correct the namespace of the elements. To achive what you want I would suggest to read chapter 10.1.2.1. Configuration Admin Runtime Updates in the