org.springframework.webflow.engine.ActionExecution Exception: Exception thrown executing [AnnotatedAction@1fe2493 targetAction = com.fidelity.shares.web.controller.ServiceProvider ElectionFormAction@d2883b, attributes = map['method' -> 'bindAndValidate']] in state 'election' of flow 'serviceProviderElection-flow' -- action execution attributes were 'map['method' -> 'bindAndValidate']'; nested exception is java.lang.IllegalStateException: No Scope registered for scope 'request'
at org.springframework.webflow.engine.ActionExecutor. execute(ActionExecutor.java:64)
at org.springframework.webflow.engine.support.ActionT ransitionCriteria.test(ActionTransitionCriteria.ja va:84)
at org.springframework.webflow.engine.support.Transit ionCriteriaChain.test(TransitionCriteriaChain.java :71)
at org.springframework.webflow.engine.Transition.canE xecute(Transition.java:182)
at org.springframework.webflow.engine.Transition.exec ute(Transition.java:195)
at org.springframework.webflow.engine.TransitionableS tate.onEvent(TransitionableState.java:107)
at org.springframework.webflow.engine.Flow.onEvent(Fl ow.java:534)
at org.springframework.webflow.engine.impl.RequestCon trolContextImpl.signalEvent(RequestControlContextI mpl.java:205)
at org.springframework.webflow.engine.impl.FlowExecut ionImpl.signalEvent(FlowExecutionImpl.java:202)
at org.springframework.webflow.test.execution.Abstrac tFlowExecutionTests.signalEvent(AbstractFlowExecut ionTests.java:243)
at org.springframework.webflow.test.execution.Abstrac tFlowExecutionTests.signalEvent(AbstractFlowExecut ionTests.java:195)
at com.fidelity.shares.web.controller.ServiceProvider ElectionFlowIntegrationTest.testElectionOnNextShow Summary(ServiceProviderElectionFlowIntegrationTest .java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.test.context.junit4.SpringTest Method.invoke(SpringTestMethod.java:198)
at org.springframework.test.context.junit4.SpringMeth odRoadie.runTestMethod(SpringMethodRoadie.java:274 )
at org.springframework.test.context.junit4.SpringMeth odRoadie$2.run(SpringMethodRoadie.java:207)
at org.springframework.test.context.junit4.SpringMeth odRoadie.runBeforesThenTestThenAfters(SpringMethod Roadie.java:254)
at org.springframework.test.context.junit4.SpringMeth odRoadie.runWithRepetitions(SpringMethodRoadie.jav a:234)
at org.springframework.test.context.junit4.SpringMeth odRoadie.runTest(SpringMethodRoadie.java:204)
at org.springframework.test.context.junit4.SpringMeth odRoadie.run(SpringMethodRoadie.java:146)
at org.springframework.test.context.junit4.SpringJUni t4ClassRunner.invokeTestMethod(SpringJUnit4ClassRu nner.java:151)
at org.junit.internal.runners.JUnit4ClassRunner.runMe thods(JUnit4ClassRunner.java:51)
at org.junit.internal.runners.JUnit4ClassRunner$1.run (JUnit4ClassRunner.java:44)
at org.junit.internal.runners.ClassRoadie.runUnprotec ted(ClassRoadie.java:27)
at org.junit.internal.runners.ClassRoadie.runProtecte d(ClassRoadie.java:37)
at org.junit.internal.runners.JUnit4ClassRunner.run(J Unit4ClassRunner.java:42)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestR eference.run(JUnit4TestReference.java:38)
at org.eclipse.jdt.internal.junit.runner.TestExecutio n.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRu nner.runTests(RemoteTestRunner.java:460)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRu nner.runTests(RemoteTestRunner.java:673)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRu nner.run(RemoteTestRunner.java:386)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRu nner.main(RemoteTestRunner.java:196)
Caused by: java.lang.IllegalStateException: No Scope registered for scope 'request'
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:282)
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:170)
at org.springframework.aop.target.SimpleBeanTargetSou rce.getTarget(SimpleBeanTargetSource.java:33)
at org.springframework.aop.framework.Cglib2AopProxy$D ynamicAdvisedInterceptor.getTarget(Cglib2AopProxy. java:662)
at org.springframework.aop.framework.Cglib2AopProxy$D ynamicAdvisedInterceptor.intercept(Cglib2AopProxy. java:612)
at com.fidelity.shares.web.controller.support.FlowSta teTracker$$EnhancerByCGLIB$$75beca47.getCurrentFlo wAndState(<generated>)
at com.fidelity.shares.web.form.ElectionFormValidator .validate(ElectionFormValidator.java:45)
at org.springframework.webflow.action.FormAction.doVa lidate(FormAction.java:881)
at org.springframework.webflow.action.FormAction.bind AndValidate(FormAction.java:513)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.webflow.util.DispatchMethodInv oker.invoke(DispatchMethodInvoker.java:99)
at org.springframework.webflow.action.MultiAction.doE xecute(MultiAction.java:133)
at org.springframework.webflow.action.AbstractAction. execute(AbstractAction.java:192)
at org.springframework.webflow.engine.AnnotatedAction .execute(AnnotatedAction.java:146)
at org.springframework.webflow.engine.ActionExecutor. execute(ActionExecutor.java:59)
... 34 more