"denis-karpov" wrote : anonymous wrote : However, shouldn't the data from previous steps be saved in the database | I think if you need to persist state into database you should consider to use jBPM. Although page flows use the same engine, page flows save its state only in conversation context.
Of course your right, the state of the pageflow is not saved. I should have been a bit clearer. I meant the state of the entity beans held by the SFSB. The changes to the SFSB entities are stored in the database based on the transaction semantics for the SFSB. In this case is managed by Seam, which saves the changes to the db on every Http Request. --jc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964411#3964411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964411 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
