I am having some problems with the upgrade path to RC1. I have changed the version of the blazeds integration to RC1. I had to add the org.codehaus.jackson/jackson-core-asl dependency and change the flex:remote-service into flex:remoting-destination. I also use the service-id, which I had to change into destination-id. (Wrong in the documentation by the way).
Now I am starting the application and I am receiving the following message. Does someone have a clue what I need to change as well?
2009-05-09 23:26:00.560::WARN: Nested in javax.servlet.ServletException: org.springframework.beans.factory.NoSuchBeanDefini tionException: No bean named '_filterChainList' is defined:
org.springframework.beans.factory.NoSuchBeanDefini tionException: No bean named '_filterChainList' is defined
at org.springframework.beans.factory.support.DefaultL istableBeanFactory.getBeanDefinition(DefaultListab leBeanFactory.java:387)
at org.springframework.flex.config.SessionFixationPro tectionConfigurer.postProcessBeanFactory(SessionFi xationProtectionConfigurer.java:60)
at org.springframework.context.support.AbstractApplic ationContext.invokeBeanFactoryPostProcessors(Abstr actApplicationContext.java:553)
at org.springframework.context.support.AbstractApplic ationContext.invokeBeanFactoryPostProcessors(Abstr actApplicationContext.java:544)
at org.springframework.context.support.AbstractApplic ationContext.refresh(AbstractApplicationContext.ja va:362)
at org.springframework.web.servlet.FrameworkServlet.c reateWebApplicationContext(FrameworkServlet.java:4 02)
at org.springframework.web.servlet.FrameworkServlet.i nitWebApplicationContext(FrameworkServlet.java:316 )
at org.springframework.web.servlet.FrameworkServlet.i nitServletBean(FrameworkServlet.java:282)
at org.springframework.web.servlet.HttpServletBean.in it(HttpServletBean.java:126)


Reply With Quote
