Well, sounds great. 
I have tried it, but encountered some problems with it. Exception is raised when building beandoc.
Code:
BeanDocException: Unable to parse or validate input resource
I checked the xml definition in my webapp and found the problem when parsing webflow and tx definitions. Here is the definition:
Code:
<flow:executor id="flowExecutor" registry-ref="flowRegistry">
<flow:repository type="continuation" max-conversations="1" />
<flow:execution-attributes>
<flow:alwaysRedirectOnPause value="false" />
</flow:execution-attributes>
</flow:executor>
<tx:annotation-driven transaction-manager="transactionManager"
proxy-target-class="true" />
Any suggestions?
Peter