I'm currently writing unit-tests for SWF 2.0, by subclassing the AbstractXmlFlowExecutionTests class. Several of my spring-configurations contain beans with scope="request". When I run the tests I get an exception:
java.lang.IllegalArgumentException: No scope registered for scope 'request'

Any ideas on how to register this scope in SWF 2.0?

Thanks, Marnix