views:

14

answers:

0

Unit testing subflows in SWF 2.0 with mocks seems pretty straight forward, as Spring's reference clearly shows. My problem is with registering the subflow, because I can't find a way to access the flow definition registry using 1.0 API.

Is there any way to register a subflow on the fly, in order to unit-test the flow?