Hi opyate,
I hope you read the thread in detail before posting your reply.
I am trying to load multiple property files based on the enviroment. The thread link you posted in your reply doesnt...
Type: Posts; User: scorpi77; Keyword(s):
Hi opyate,
I hope you read the thread in detail before posting your reply.
I am trying to load multiple property files based on the enviroment. The thread link you posted in your reply doesnt...
Hi guys,
I am trying to achieve the same with Spring 3.0 + Freemarker 2.3.16. I have AbstractControllerTestSupport which is setting up the configuration as specified in this post but when I run my...
I managed to load property values in my Java class using @Value annotation:
@Value("${environment.url}")
private String environmentUrl;
This will set "environment.url" property value to...
Hi Guys,
i was wondering if you have a solution my problem mentioned here: http://forum.springsource.org/showthread.php?p=297454#post297454
Thanks for your help in advance.
Guys,
I am struggling to get this working as well.
Please do let me know if you find the solution.
You can post your answer/solution to my question here:...
Hi Priya,
Thanks for your answer but this will not solve the problem I am facing.
Let me try to be bit more clear in what I am looking to achieve.
I have the following piece of code working...
Hi Guys,
I am trying to load multiple properties files using <util:properties/> tag.
Basically I have the following setting working:
<bean id="applicationProperties"...