Results 1 to 3 of 3

Thread: PropertyPlaceholderConfiguer w servlet application ctx xml

  1. #1
    Join Date
    Sep 2004
    Posts
    346

    Default PropertyPlaceholderConfiguer w servlet application ctx xml

    I have a PropertyPlaceholderConfiguer configured in applicationContext.xml and then in a servlet application ctx xml I have a placeholder. It doesn't seem to replace placeholders in servlet context xml it only replaces in applicationContext.xml. Anyone has any ideas?

  2. #2
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    ApplicationContext has no visibility on your servlet, it is the "parent" of the servletContext.

    Why not use PPC in servletContext?

  3. #3
    Join Date
    Sep 2004
    Posts
    346

    Default I can't see why post processors shouldnt be inherited.

    I can't see why post processors shouldnt be inherited from parent.

Similar Threads

  1. Replies: 2
    Last Post: Oct 10th, 2005, 05:12 PM
  2. Application Scope beans are not found by Servlet
    By Michael Kastner in forum Web
    Replies: 1
    Last Post: Jul 1st, 2005, 03:31 PM
  3. Stack Overflow
    By rayho222 in forum Container
    Replies: 6
    Last Post: May 17th, 2005, 03:42 AM
  4. Questioning the core component
    By Martin Kersten in forum Swing
    Replies: 6
    Last Post: Feb 21st, 2005, 03:45 AM
  5. Desktop application, strange behaviour
    By innovate in forum Container
    Replies: 2
    Last Post: Sep 24th, 2004, 04:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •