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: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>>    
>>>
>> />
>>  
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to