Please, can anybody answer this question? Or help me to find docs about? I've read the reference manual, but didn't find anything so specific.
Thank you very much!
Best regards.
Emilio
Type: Posts; User: emilio.remogna; Keyword(s):
Please, can anybody answer this question? Or help me to find docs about? I've read the reference manual, but didn't find anything so specific.
Thank you very much!
Best regards.
Emilio
Hello,
I have a question about flow inheritance and flow XML definitions' validity.
I have some abstract - reusable and not directly executable - flows: let's say AbstractFlow_A,...
Thank you for your reply and your suggestion, goldman.
I think you're right when you say that it's better to set up models without relying on framework.
This way offers greater control.
I have...
Hello,
I have some problems to understand if there are some differences in how form/model binding works in Spring MVC / Spring Web Flow; in particular when I use "complex" models (nested...
Hi,
same issue.
Thanks!
Emilio
Hi everybody,
passing data through steps is OK.
To avoid writing too many data in the execution context, I decided to use an holder bean.
The holder bean
public class AuthorListHolder {
An in-memory repo solved, for now.
This is what I get with the two-step way if the number of items is high...
Any idea?
I'm so sorry for all these problems...
I know I have a bad domain. Not SB's fault. :)
Caused by:...
Hi psoares,
I was a little busy and it took me some time to re-write my app on the basis of what you suggested.
Well, it's strange, but the groovy writer in my app doesn't work as expected (the...
Hi, psoares!
Thank you very much for your detailed reply! I think you gave me a very helpful tip. You're UBUNTU! :)
I missed the section about Passing Data to Future Steps... :p
I will let...
Hi PiotrD,
could it be suitable for your app to have a delegate POJO to perform the XSL transformation before the unmarshalling step?
I'd use the MethodInvokingTaskletAdapter way.
I'm not...
Hi, psoares.
Thank you for your reply.
I already tried what you suggest and I got an error. :-(
SEVERE: Encountered an error executing the step
java.lang.IllegalStateException: Marshaller...
Hi everybody,
I'm using Spring Batch 2.1.8 and I've a question... Maybe a silly (very silly) question... :-)
Is it advisable to override the "write(List<? extends T>)" method of a...