Spring Operator
Spring Operator
**[Mauricio Noda](https://jira.spring.io/secure/ViewProfile.jspa?name=mnoda)** commented When a transaction is opened in Spring Framework, Session flush mode is automatically changed from MANUAL (default) to AUTO. This is to ensure a flush happens before...
**[Denis Pasek](https://jira.spring.io/secure/ViewProfile.jspa?name=dpasek)** commented Hi Keith, > Can you expand on this point? > - double click support for normal transition based on the conversation lock: The second request on the...
**[Jura Stuchlik](https://jira.spring.io/secure/ViewProfile.jspa?name=kapitanrum)** commented Basic project for SWF with configured JSF implementation MyFaces and simple composite component with binding attribute. Project generates exceptions on refresh page or send form.
**[Martin Sv](https://jira.spring.io/secure/ViewProfile.jspa?name=martin654)** commented Hi, this issue bothers me too. Is there any progress? Thank you
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Indeed the stack trace looks just like #829 which was fixed in 2.4.1 for Mojarra. If anyone is willing to identify the [equivalent of this code](https://github.com/spring-projects/spring-webflow/blob/40af09dfacaa0a1ae7bdb3f5ef77a6a1bd46c8be/spring-faces/src/main/java/org/springframework/faces/webflow/JsfViewFactory.java#L217-L238) for...
**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented Once the flow execution history subsystem has been implemented, the ability to query stats on expired or completed flow executions could prove very useful in conjunction with...
**[Daigo Kobayashi](https://jira.spring.io/secure/ViewProfile.jspa?name=daigo)** commented I've created patch for this improvement. note: http://opensource.atlassian.com/projects/spring/browse/SWF-239 This issue is related to this problem. Because ExecutorBeanDefinitionParser doen't work on SWF 1.0.1. So this patch also include...
**[Daigo Kobayashi](https://jira.spring.io/secure/ViewProfile.jspa?name=daigo)** commented I'm really sorry. But my previous patch has problem. So I update patch. Please discard previous FlowExecutorFactoryBean, ConversationContainer and SessionBindingConversationManager patches.
**[Jon Osborn](https://jira.spring.io/secure/ViewProfile.jspa?name=jonnio)** commented Interesting fix. Why didn't you use session scoping for the menu items? That is what you are trying to achieve by this fix.
**[Daigo Kobayashi](https://jira.spring.io/secure/ViewProfile.jspa?name=daigo)** commented Thank you for reviewing my code. As I mentioned SWF's formu(http://forum.springsource.org/showthread.php?t=33597), menu has its own flow. So I didn't use session scope and this patch was necessary...