Hi all,
we are facing problems running our Integration tests with load time weaving:
our tests all extend org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
some tests...
Type: Posts; User: Kristof; Keyword(s):
Hi all,
we are facing problems running our Integration tests with load time weaving:
our tests all extend org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
some tests...
Thanks for the quick reply!
Putting the variables in conversation-scope is idd an option.
The reason why flow B is a subflow of A is that B can be called from yet another flow C or B can even be...
Hi,
I am facing some problems when ending a subflow together with the parent flow.
My scenario is :
- from a view in flow A, I enter in a subflow B
- in that subflow B, I navigate between...
Thanks for your quick reply! That really solved it!
Hi there,
we have used the solution Jeremy proposed (ie define a FlowExecutionExceptionHandler that adds the error messages and re-renders the current view). Re-rendering of the page seems to...