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...
Type: Posts; User: frankChan; Keyword(s):
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...
My web.xml looks as follows:
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext.xml</param-value>
</context-param>
<servlet>
Sorry, typo.
They both say "someBeanManager"
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:30:02,714 INFO [org.springframework.beans.factory.xml.XmlBeanDefin...
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...