adding new properties in development.properties
Posted: Thu Nov 28, 2013 9:52 pm
Hi guys 
Im so new to this. I would like to add a property
axis.server.prefix=http://localhost:8080/
how can I access the value of this property?
I have tried:
@Value("${axis.server.prefix}")
protected String esbServiceUrl;
it doesn't work. even other properties inside a .properties file doesn't seem to be pulled.
Need help on this.
Thanks

Im so new to this. I would like to add a property
axis.server.prefix=http://localhost:8080/
how can I access the value of this property?
I have tried:
@Value("${axis.server.prefix}")
protected String esbServiceUrl;
it doesn't work. even other properties inside a .properties file doesn't seem to be pulled.
Need help on this.
Thanks