You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rikard <ri...@gmail.com> on 2007/06/19 09:53:40 UTC

Spring-webflow exception

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Spring-webflow exception

Posted by Rikard <ri...@gmail.com>.
Well as you said it was an xml config issue. But worked that out, i got an
class not found exception in the log.
The interface MapAdaptable could not be found. After a little investigation
i found that the interface is in the spring-binding-1.0.3.jar. Once included
the jar i got your example up and running. Now i will start to explore the
webflow tith S2.
/Rille 



Ian Roughley wrote:
> 
> Let me know how it goes.  I've worked with it a little, but had to drop 
> the integration due to time constraints.
> 
> /Ian
> 
> Rikard wrote:
> 
>>Thanks Ian for the quick response. Now i can continue explore the
>>spring-webflow plugin!
>>:)
>>
>>
>>Ian Roughley wrote:
>>  
>>
>>>The source is available from the project site on google code.  I haven't 
>>>seen this error before, but I imagine it is a XML config issue.
>>>
>>>/Ian
>>>
>>>Rikard wrote:
>>>
>>>    
>>>
>>>>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 ? 
>>>>
>>>> 
>>>>
>>>>      
>>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>>
>>>    
>>>
>> />
>>  
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Spring-webflow exception

Posted by Ian Roughley <ia...@fdar.com>.
Let me know how it goes.  I've worked with it a little, but had to drop 
the integration due to time constraints.

/Ian

Rikard wrote:

>Thanks Ian for the quick response. Now i can continue explore the
>spring-webflow plugin!
>:)
>
>
>Ian Roughley wrote:
>  
>
>>The source is available from the project site on google code.  I haven't 
>>seen this error before, but I imagine it is a XML config issue.
>>
>>/Ian
>>
>>Rikard wrote:
>>
>>    
>>
>>>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 ? 
>>>
>>> 
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>
>>    
>>
> />
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Spring-webflow exception

Posted by Rikard <ri...@gmail.com>.
Thanks Ian for the quick response. Now i can continue explore the
spring-webflow plugin!
:)


Ian Roughley wrote:
> 
> The source is available from the project site on google code.  I haven't 
> seen this error before, but I imagine it is a XML config issue.
> 
> /Ian
> 
> Rikard wrote:
> 
>>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 ? 
>>
>>  
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 
 />
-- 
View this message in context: http://www.nabble.com/Spring-webflow-exception-tf3944825.html#a11200216
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Spring-webflow exception

Posted by Ian Roughley <ia...@fdar.com>.
The source is available from the project site on google code.  I haven't 
seen this error before, but I imagine it is a XML config issue.

/Ian

Rikard wrote:

>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 ? 
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Spring-webflow exception

Posted by Rikard <ri...@gmail.com>.
Maby i should write that im trying out the struts-webflow plugin..



Manfred Wolff wrote:
> 
> 
> Wrong mailinglist? This is struts even not spring.
> 
> Rikard schrieb:
>> 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 ? 
>>
>>   
> 
> 
> -- 
> ===========================================
> Dipl.-Inf. Manfred Wolff
> Software Engineer
> Fon  : +49 421 534522
> Fax  : +49 421 4314578
> Mobil: +49 173 2494181
> -------------------------------------------
> http://www.manfred-wolff.de
> http://www.struts-it.org
> -------------------------------------------
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Spring-webflow exception

Posted by Manfred Wolff <wo...@manfred-wolff.de>.
Wrong mailinglist? This is struts even not spring.

Rikard schrieb:
> 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 ? 
>
>   


-- 
===========================================
Dipl.-Inf. Manfred Wolff
Software Engineer
Fon  : +49 421 534522
Fax  : +49 421 4314578
Mobil: +49 173 2494181
-------------------------------------------
http://www.manfred-wolff.de
http://www.struts-it.org
-------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org