Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    4,183

    I would like to confirm couple of things with...

    I would like to confirm couple of things with you....

    a) I am thinking that each of the AppContext1.xml, AppContext2.xml, AppContext3.xml files have separate PropertyPlaceholderConfigurer bean...
  2. Replies
    11
    Views
    4,183

    Good one. Checked and its the same result,...

    Good one. Checked and its the same result, doesn't work.

    Now, I am starting to believe that this a Spring bug or Spring doesn't support defining the property files across multiple app-context.xml...
  3. Replies
    11
    Views
    4,183

    Here is my problem with spring's...

    Here is my problem with spring's org.springframework.beans.factory.config.PropertyPlaceholderConfigurer...

    In the web.xml, I have


    <param-name>contextConfigLocation</param-name>
    ...
  4. Replies
    11
    Views
    4,183

    Ok, here is whats happening... As you said, I...

    Ok, here is whats happening...

    As you said, I am loading multiple app-context.xml files in web.xml's ContextLoaderListener. And, each and every app-context.xml has its own...
  5. Replies
    11
    Views
    4,183

    Well, no turning off filtering didn't resolve the...

    Well, no turning off filtering didn't resolve the issue. I am sure app-context.xml is included within the war.

    In response to your next two points...

    - If property file isn't loaded due to...
  6. Replies
    11
    Views
    4,183

    Issue Reading Spring Properties File

    Hi,

    I have to say I have a weird problem reading properties file. Here is the problem...

    Spring is expecting the property name to be the same in pom.xml, otherwise its complaining that its...
  7. Have your context xml in the classpath.

    Have your context xml in the classpath.
  8. Generally, the "White spaces are required between...

    Generally, the "White spaces are required between publicId and systemId" is gotten when the xml file in not well formed. You might want to double check the validity of applicationContext.xml, if you...
  9. Charlesbihis, I tried out your program. Using...

    Charlesbihis, I tried out your program. Using ApplicationContext, instead of BeanFactory, should resolve the issue. BeanFactory will not invoke advice methods automatically, where as...
Results 1 to 9 of 9