Search:

Type: Posts; User: browncow; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    3,782

    Could be annotation configuration...?

    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...
  2. Replies
    3
    Views
    1,355

    Check the flash-scope

    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...
  3. Replies
    6
    Views
    7,769

    Exception Handling - try action-state

    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,...
  4. Working configuration...

    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.


    ...
  5. Replies
    11
    Views
    6,681

    ExtJs has widgets - including a date chooser

    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...
  6. WebSphere DistributedMap declarative caching?

    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...
  7. Same issue, Same fix

    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. ...
  8. Same problem

    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...
Results 1 to 8 of 8