[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-10 Thread connerjohn
"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 contex

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-10 Thread denis-karpov
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. View the original post

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-09 Thread connerjohn
"[EMAIL PROTECTED]" wrote : in CVS, it is possible to call Pageflow.instance().reposition(node). | | Is that good enough? Definitely fast enough! Thanks. I will check it out. After having looked at it for a bit, I'm very interested to see how it was implemented. Thanks -- jc View the

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-09 Thread [EMAIL PROTECTED]
in CVS, it is possible to call Pageflow.instance().reposition(node). Is that good enough? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964181#3964181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964181

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-09 Thread connerjohn
Added as http://jira.jboss.org/jira/browse/JBSEAM-328 Altough, if there was some guidance about how to add this to Seam, I would probably take a crack at it since I would like this sooner than later. Thanks, --jc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-09 Thread petemuir
"connerjohn" wrote : | I agree. However, shouldn't the data from previous steps be saved in the database (I'm not doing anything with transactions to delay saving) automatically by Seam. | Yup of course. I use pageflows for wizards, so only save to the database at user controlled points

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-09 Thread connerjohn
"petemuir" wrote : Surely you will have lost all the data associated with the pageflow at this point (e.g. any updates to entities will be lost) so the pageflow would have to start again? I agree. However, shouldn't the data from previous steps be saved in the database (I'm not doing anything

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-09 Thread petemuir
Surely you will have lost all the data associated with the pageflow at this point (e.g. any updates to entities will be lost) so the pageflow would have to start again? If you can come up with a sensible usecase the seam team is normally very good at applying a fix. View the original post : ht