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
Type: Posts; User: jsimas; Keyword(s):
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
Does someone has an idea about this subject?
Thanks.
Best Regards
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,...
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:
...
I believe i have found some clues about my behaviour:
http://forum.springsource.org/showthread.php?124800-Spring-Data-JPA-and-extended-PersistenceContext
...
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...
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...
Check link above for the Post on Spring Data Forum
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
Thanks for you help.
I will try do that. If i succeed i'll post the solution here.
Thanks once again.
Best Regards
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...
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)...
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...
I'm having the exact same error.
Did you manage to solve it?
Best Regards
JSimas
spring-webflow-samples\jsf-booking hasn't integration with spring security (although it's in introduction bullets)
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
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.
...
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...
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"...
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...
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...
Hi.
In version 1.x of spring webflow the integration with struts was like this:
<action-mappings>
<action path="/flowAction" name="actionForm" scope="request"...