Re: PropertyPlaceholder location identifier

2012-04-11 Thread Christian Müller
Do you have any good reason to not put a properties file in the class path (e.g. the /etc subdirectory if you use Karaf or ServiceMix)? Best, Christian On Mon, Apr 9, 2012 at 11:38 AM, ramnar wrote: > Hi > I have a bundle having camelcontext using propertyplaceholder to refer some > properties

Re: PropertyPlaceholder location identifier

2012-04-10 Thread Stefan Burkard
Does this help? (see section "Use OSGi configuration properties") http://fusesource.com/docs/esb/4.2/deploy_osgi/DeployCamel-Packaging.html stefan On Mon, Apr 9, 2012 at 11:38, ramnar wrote: > Hi > I have a bundle having camelcontext using propertyplaceholder to refer some > properties as shown

RE: Propertyplaceholder location

2011-09-19 Thread jdpatil
: Jaya Patil Subject: Re: Propertyplaceholder location On Fri, Sep 16, 2011 at 3:59 PM, jdpatil <[hidden email]> wrote: > I have one sysytem property (isProduction)which tells if the server is test > server or production server. > In my applicationContext.xml i have define propetryplace

Re: Propertyplaceholder location

2011-09-16 Thread Claus Ibsen
On Fri, Sep 16, 2011 at 3:59 PM, jdpatil wrote: > I have one sysytem property (isProduction)which tells if the server is test > server or production server. > In my applicationContext.xml i have define propetryplaceholder and need to > change the location according to the system property. If the s