Hi im trying out the spring-weblow example. But i get this exception:

09:43:42,494 ERROR [[/spaceport].listenerStart] Exception sending context
initialized event to listener instance of
class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
Configuration problem: Unable to locate NamespaceHandler for namespace
[http://www.springframework.org/schema/webflow-config]


but in the applicationContext.xml i got:

<beans xmlns="http://www.springframework.org/schema/beans";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:aop="http://www.springframework.org/schema/aop";
       xmlns:flow="http://www.springframework.org/schema/webflow-config";
       xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
http://www.springframework.org/schema/webflow-config
http://www.springframework.org/schema/webflow-config/spring-webflow-config-1.0.xsd";
       default-autowire="byName"
        >

Does any one have any clue?

Thanks ! 

ps.. does anyone have the source code for the web-flow example ? 

-- 
View this message in context: 
http://www.nabble.com/Spring-webflow-exception-tf3944825.html#a11190106
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to