Witam serdecznie.

<flow xmlns="http://www.springframework.org/schema/webflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"
parent="dataModel">

Czy bean zadeklarowany w flow z scope flow jest thrad-safe ? jak wyżej.

Ewentualnie bean zadeklarowany z scope flow w taki spsób :

<bean id="modelBean" class="some.DataModel" scope="flow"> </bean>

a w flow.xml taka deklaracja :
<bean-import resource="../some/dataModel-beans.xml" />

Z góry dziękuję za pomoc.