Spring Operator

Results 417 comments of Spring Operator

**[Artem Karpenko](https://jira.spring.io/secure/ViewProfile.jspa?name=yozh-tema)** commented Having read about your GitHub-based system for demo projects just now I've added one: no JSF, based on [SWF-0000](https://jira.spring.io/browse/SWF-0000).

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Thanks for providing the sample code. I've modified the project slightly to use HSQLDB.

**[Fabricio Colombo](https://jira.spring.io/secure/ViewProfile.jspa?name=fabriciocolombo)** commented We have the same issue and this appear does not be a spring bug, but a hibernate behaviour how related at https://hibernate.onjira.com/browse/HHH-4808 Using spring webflow, we implemented...

**[Artem Karpenko](https://jira.spring.io/secure/ViewProfile.jspa?name=yozh-tema)** commented Hi Fabricio, thank you for confirmation and for proposed solution. Interesting enough, our project also had a somewhat similar workaround targeting `paused` method: ```java public void paused(RequestContext...

**[Fabricio Colombo](https://jira.spring.io/secure/ViewProfile.jspa?name=fabriciocolombo)** commented Hi Artem, a few days ago we found a very bad side effect with our approach, when the "transactionTemplate.execute" is executed, the transaction is committed before the...

**[guido moscarella](https://jira.spring.io/secure/ViewProfile.jspa?name=staromeste)** commented I had the same problem, but setting _hibernate.connection.release_mode_ to _after_transaction_ seems to have fixed it. The connection release mode was set to _on_close_ by default. Reading the...

**[pas filip](https://jira.spring.io/secure/ViewProfile.jspa?name=pasfilip)** commented Hi, I worked recently on an application that was leaking connections and that was using Webflow + JSF + JPA (1.2). We've had this problem regardless of...

**[Alberto Mozzone](https://jira.spring.io/secure/ViewProfile.jspa?name=albert2springjira)** commented I'm customizing JaSig CAS. I need to add a custom converter in my flow, so I added a "binder" in one of the "view-state": ``` ``` Then...

**[Alberto Mozzone](https://jira.spring.io/secure/ViewProfile.jspa?name=albert2springjira)** commented Whoops! It seems that text formatting isn't with us...

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Have you tried upgrading to Spring Web Flow 2.1 or 2.2 where the FlowBuilderContextImpl re-uses the converters registered through the FlowBuilderServices (see changes in https://fisheye.springsource.org/browse/spring-webflow/branches/spring-webflow-2.2-maintenance/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/support/FlowBuilderContextImpl.java?r1=2523&r2)?