Search:

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

Search: Search took 0.02 seconds.

  1. Found the problem. The dispatcher servlet was...

    Found the problem. The dispatcher servlet was being loaded before the context loader. I switched that around and it works -- almost.

    Need to solve the "failed to convert property value" problem...
  2. My web.xml looks as follows: ...

    My web.xml looks as follows:



    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/applicationContext.xml</param-value>
    </context-param>

    <servlet>
  3. Sorry, typo. They both say "someBeanManager"

    Sorry, typo.

    They both say "someBeanManager"
  4. Hi, I've included that in (prior to your...

    Hi, I've included that in (prior to your message). It is being called because I see this in the logs.



    2004-10-31 08&#58;30&#58;02,714 INFO &#91;org.springframework.beans.factory.xml.XmlBeanDefin...
  5. NEWBIE Question: contextLoader not finding bean in context

    I've just started using Spring and I am trying to wire up a few beans. I have a bean in an applicationContext.xml that is referenced in my springapp-servlet.xml file.

    I get the error

    Error...
Results 1 to 5 of 5