Search:

Type: Posts; User: scorpi77; Keyword(s):

Search: Search took 0.01 seconds.

  1. Hi opyate, I hope you read the thread in...

    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...
  2. Hi guys, I am trying to achieve the same with...

    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...
  3. I managed to load property values in my Java...

    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...
  4. Hi Guys, i was wondering if you have a...

    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.
  5. Guys, I am struggling to get this working as...

    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:...
  6. Hi Priya, Thanks for your answer but this will...

    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...
  7. How to load multiple property files using tag.

    Hi Guys,

    I am trying to load multiple properties files using <util:properties/> tag.

    Basically I have the following setting working:



    <bean id="applicationProperties"...
Results 1 to 7 of 7