Many cases there is a need for multiple databases to be utilized within a web stack. When the web stack chosen is Spring Webflow + JPA + JSF, the configuration should be modified to look like the following.
Spring Webflow configuration
The Spring flow executor, Spring flow registry, and Spring flow listeners are defined below. The Spring xml configuration files will need to have multiple listeners for the web flow executor object.
<!--
Executes flows: the central entry point
into the Spring Web Flow system
-->