Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    521

    Hi. I'm having exactly the same symptoms that...

    Hi.

    I'm having exactly the same symptoms that you describe. Did you already found some anwsers about this issue?


    My Environment:

    Spring 3.1.2
    Web Flow 2.3.1
    Hibernate 4.1.6
  2. Does someone has an idea about this subject? ...

    Does someone has an idea about this subject?

    Thanks.

    Best Regards
  3. Replies
    2
    Views
    408

    Use decision states to evaluate logic to decide...

    Use decision states to evaluate logic to decide wich view or action state should be executed (if else logic)

    Action-state to process. Call a webservice, execute a database call, process a file,...
  4. Webflow 2.3.1 with Hibernate 4 - webflow.conversation.impl.LockTimeoutException

    Hi.

    I was using spring webflow 2.3.1 with hibernate 3.6.9.FINAL and JPA 2.0.

    Everything worked well until yesterday, when i updated hibernate to version 4. Suddenly i started to get:

    ...
  5. I believe i have found some clues about my...

    I believe i have found some clues about my behaviour:

    http://forum.springsource.org/showthread.php?124800-Spring-Data-JPA-and-extended-PersistenceContext
    ...
  6. Spring Data Jpa breaks JpaFlowContextPersistence

    Hello.

    I've already posted a related thread about this (http://forum.springsource.org/showthread.php?128855-Jpa-Persistence-Model-is-being-persisted-on-every-view-state!), however i already found...
  7. Jpa Persistence: Model is being persisted on every view state!

    Hi.

    I'm trying to create a CRUD flow, however i'm having problems with the edit form of a model, since it's persisting the model object on every interaction, even on validation errors.

    Here is...
  8. Solved

    Check link above for the Post on Spring Data Forum
  9. Yep, it's so simple, but for some reason it elude...

    Yep, it's so simple, but for some reason it elude me from the start. Use the @Configurable annotation and add a transient field with @Autowired!

    Thank you so much.

    Big help!

    Best regards
  10. Thanks for you help. I will try do that. If i...

    Thanks for you help.

    I will try do that. If i succeed i'll post the solution here.

    Thanks once again.

    Best Regards
  11. Thanks for your response. I'm well aware that...

    Thanks for your response.

    I'm well aware that all objects inside viewScope and flowScope should be serializable. However i'm not achieving proper datatable pagination without executing on the fly...
  12. Using spring data JPA repositories inside Spring Webflow

    Hello everyone.

    I already posted this question in Spring Data forum:

    http://forum.springsource.org/showthread.php?128069-JPA-Data-Repository-Serialization-(using-them-in-Spring-Webflow-context)...
  13. JPA Data Repository Serialization (using them in Spring Webflow context)

    Hello everyone,

    I'm trying to use a Spring Data JPA repository inside a webflow, and unfortunately i'm stuck with this error:



    First of all, let me explain my motivation: i'm using webflow...
  14. I'm having the exact same error. Did you...

    I'm having the exact same error.

    Did you manage to solve it?

    Best Regards

    JSimas
  15. Replies
    1
    Views
    626

    spring-webflow-samples\jsf-booking hasn't...

    spring-webflow-samples\jsf-booking hasn't integration with spring security (although it's in introduction bullets)
  16. Replies
    1
    Views
    285

    Create Addon without using Google Code

    Hi

    I was wondering if it's possible to create a Spring Roo AddOn without publishing it to a Google Code project?

    Thanks

    Best Regards

    JSimas
  17. Same problem

    Hi.

    I'm also getting the exact same error.

    Already saw an issue that resembles to a solution https://issuetracker.springsource.com/browse/STS-2457, however I've tried it without success.
    ...
  18. Replies
    2
    Views
    605

    Hi. Thanks for you anwser. In relation to...

    Hi.

    Thanks for you anwser.

    In relation to the RTFM, i already did it, and i'm already using FlowListeners to resolve other requirement in my application. I was just probing if there is an...
  19. Replies
    2
    Views
    605

    How to detect the begining of a subflow

    Hi.

    I have override FormAction.setupForm to execute custom initializations, but i only want to execute them in the begining of a flow or subflow.

    <start-actions>
    <action bean="myFormAction"...
  20. Struts actionForm binding problem after subflow

    Hi.

    I'm using Struts 1.2.8 with Spring Webflow 1.0.5 and i'm having a problem when using a subflow. I'm losing the context of my Struts Form Bean.

    I have configured struts-config the normal...
  21. Problems binding flow bean into SpringBindingActionForm after subflow.

    Hi.

    I'm using struts with webflow 1.0.5 and i'm having the folowing problem when using a subflow.

    Set the main flow with a normal bean (that is binded with SpringBindingActionForm, still not...
  22. Spring Webflow 2.0 - Problems integrating with struts

    Hi.

    In version 1.x of spring webflow the integration with struts was like this:

    <action-mappings>
    <action path="/flowAction" name="actionForm" scope="request"...
Results 1 to 22 of 22