For those who are still having issues with this problem, we were running into the same problem on a project where were had broken up our Spring configuration over multiple files and had one main...
Type: Posts; User: browncow; Keyword(s):
For those who are still having issues with this problem, we were running into the same problem on a project where were had broken up our Spring configuration over multiple files and had one main...
I have not tested this in a parent flow from a subflow, but based upon the JavaDoc comments for the TransitionExecutingFlowExecutionExceptionHandler class, both the flowExecutionException and the...
Hey Mandy,
We ran into this same situation while trying to handle our own custom exceptions.
We found that if we moved the logic to an action state with the transition on exception inside that,...
tnist,
I was getting the same error with this. Following your lead, I eventually got it (mostly) working with the following configuration. Hopefully it's helpful.
...
I have had some good success using ExtJs (extjs.com) in combination with our Spring MVC forms also using Spring Webflow 2.0.2.
You can lay out your form as a regular Spring MVC form with the date...
I'm trying to figure out the best way to enable declarative caching in Spring, but to use the WebSphere provided DistributedMap.
I'm using the DistributedMap as a simple Map right now but would...
Just for those who have had a similar issue, upgrading to the Oracle JDBC driver version 9.2.0.8.0 worked for us too.
It was odd to me that we were initiating a call to DB2 on the same server. ...
I am having similar issues (LazyInitialization failures) and am also using the Spring 1.2, Hibernate 3, and Struts 1.2.7.
I have tried using the DispatchActionSupport and load beans from spring...