Re: spring osgix:cm-properties not reloading the properties

2015-09-30 Thread Greg Autric
edi 30 Septembre 2015 06:11:12 Objet: Re: spring osgix:cm-properties not reloading the properties please specify how did it worked? -- Faisal Masood -- Consultant RedHat Asia-Pacific, Level 35, 100 Miller St, North Sydney, Australia Mob:+61(0)431152932

Re: spring osgix:cm-properties not reloading the properties

2015-09-29 Thread Faisal Masood
please specify how did it worked? -- Faisal Masood -- Consultant RedHat Asia-Pacific, Level 35, 100 Miller St, North Sydney, Australia Mob:+61(0)431152932

Re: spring osgix:cm-properties not reloading the properties

2015-08-19 Thread chaituu
reloading properties at runtime working for Spring DM as well. -- View this message in context: http://camel.465427.n5.nabble.com/spring-osgix-cm-properties-not-reloading-the-properties-tp5770739p5770827.html Sent from the Camel - Users mailing list archive at Nabble.com.

spring osgix:cm-properties not reloading the properties

2015-08-15 Thread chaituu
properties are getting not reloaded in case of spring dm.it works fine in case of blue print xml and properties are reloaded when changes happen and deploy the profile in jboss fuse. in blueprint cm:property-placeholder is having update-strategy attribute which does the properties reloaded where

Re: spring osgix:cm-properties not reloading the properties

2015-08-15 Thread Raul Kripalani
Have a look at [1], section 9.1.2.1. [1] http://docs.spring.io/spring-osgi/docs/1.2.0-m2/reference/html/compendium.html Raúl. On 15 Aug 2015 09:29, chaituu yarlagadd...@gmail.com wrote: properties are getting not reloaded in case of spring dm.it works fine in case of blue print xml and

Re: spring osgix:cm-properties not reloading the properties

2015-08-15 Thread chaituu
Thanks for the reply.actually i saw this page but quite didn't understood it.Do i need to create ContainerManagedBean class to make use of properties getting reloaded.but in case of blueprint we have not created any sort of this class right. bean id=containerManaged class=ContainerManagedBean