Sample application "spring-travel" startup failure
I have checked out and built the se-surf trunk according the the instructions here: http://www.springsurf.org/sites/1.0....velopment.html
I then deployed the spring-travel.war file (from spring-surf-applications/spring-surf-application-spring-travel/target) to my local Tomcat install. The application fails to deploy correctly with the error listed below in catalina.out.
Any advise on how to resolve this issue would be greatly appreciated.
Thanks,
Bob
--------------------------------------------
Aug 30, 2010 12:17:31 PM org.springframework.web.context.ContextLoader initWebApplicationContext
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanNotOfRequire dTypeException: Bean named 'conversionService' must be of type [org.springframework.core.convert.ConversionService], but was actually of type [org.springframework.webflow.samples.booking.Applic ationConversionService]
at org.springframework.beans.factory.support.Abstract BeanFactory.doGetBean(AbstractBeanFactory.java:348 )
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.context.support.AbstractApplic ationContext.prepareBeanFactory(AbstractApplicatio nContext.java:494)
at org.springframework.context.support.AbstractApplic ationContext.refresh(AbstractApplicationContext.ja va:391)
at org.springframework.web.context.ContextLoader.crea teWebApplicationContext(ContextLoader.java:261)
at org.springframework.web.context.ContextLoader.init WebApplicationContext(ContextLoader.java:192)
at org.springframework.web.context.ContextLoaderListe ner.contextInitialized(ContextLoaderListener.java: 47)
at org.apache.catalina.core.StandardContext.listenerS tart(StandardContext.java:3934)
at org.apache.catalina.core.StandardContext.start(Sta ndardContext.java:4429)
at org.apache.catalina.core.ContainerBase.addChildInt ernal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(Co ntainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(Sta ndardHost.java:526)
at org.apache.catalina.startup.HostConfig.deployWAR(H ostConfig.java:850)
at org.apache.catalina.startup.HostConfig.deployWARs( HostConfig.java:724)
at org.apache.catalina.startup.HostConfig.deployApps( HostConfig.java:493)
at org.apache.catalina.startup.HostConfig.check(HostC onfig.java:1274)
at org.apache.catalina.startup.HostConfig.lifecycleEv ent(HostConfig.java:296)
at org.apache.catalina.util.LifecycleSupport.fireLife cycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.backgroundP rocess(ContainerBase.java:1337)
at org.apache.catalina.core.ContainerBase$ContainerBa ckgroundProcessor.processChildren(ContainerBase.ja va:1601)
at org.apache.catalina.core.ContainerBase$ContainerBa ckgroundProcessor.processChildren(ContainerBase.ja va:1610)
at org.apache.catalina.core.ContainerBase$ContainerBa ckgroundProcessor.run(ContainerBase.java:1590)
at java.lang.Thread.run(Thread.java:613)
Aug 30, 2010 12:17:31 PM org.apache.myfaces.config.FacesConfigu
--------------------------------------------