Spring Operator
Spring Operator
**[Agim Emruli](https://jira.spring.io/secure/ViewProfile.jspa?name=agim)** commented Hello, i think the current behavior is useful and shouldn't be changed. The ExceptionHandler has a canHandle method, there you have the possibility to return false if...
**[ChienHsing Wu](https://jira.spring.io/secure/ViewProfile.jspa?name=chwu)** commented Hi Agim, Thanks for your reply. Could you tell me where that canHanlde method is defined? I got the 2.0M1 code and I did not find it...
**[Agim Emruli](https://jira.spring.io/secure/ViewProfile.jspa?name=agim)** commented Hi, \ Could you tell me where that canHanlde method is defined? I got the 2.0M1 code and I did not find it in org.springframework.webflow.engine. FlowExecutionExceptionHandler or...
**[ChienHsing Wu](https://jira.spring.io/secure/ViewProfile.jspa?name=chwu)** commented Hi Agim, I downloaded the night build to see how FlowExecutionExceptionHandler.canHandle is implemented. That interface is implemented by org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler and it just check if getTargetStateResolver(e) != null....
**[John Case](https://jira.spring.io/secure/ViewProfile.jspa?name=johnmcase)** commented You don't need custom exception handling to run into this problem. I created a flow with a global transition on-exception="java.lang.Throwable" that should transition to an error page....
**[John Case](https://jira.spring.io/secure/ViewProfile.jspa?name=johnmcase)** commented I have attached the project I created that you can use to re-create the problem the way I described it.
**[Lalit Murmu](https://jira.spring.io/secure/ViewProfile.jspa?name=lalitm)** commented We use spring webflow 1.0.5 and are experiencing JVM heapdumps because of this issue . In each flow document we have defined a common exception handler such...
**[Silas Christiansen](https://jira.spring.io/secure/ViewProfile.jspa?name=testing123)** commented We just upgraded to 2.2.1 and still see this issue. The issue now states it will be fixed in webflow 3.0. For now the only work around...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented How does that relate to Spring Data JPA?
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Can you explain, please, your use-case. The `stored-procedure-name` supports `property-paceholder` and there is `stored-procedure-name-expression` attribute to determine `prcedureName` (and even with `schema`) at runtime.