Really appreciate your help.
I made the ffiw a public and still got the same error. i am not sure about your reference to @Required.
Can you please provide details of your writer definition for...
Type: Posts; User: syedmhussaini; Keyword(s):
Really appreciate your help.
I made the ffiw a public and still got the same error. i am not sure about your reference to @Required.
Can you please provide details of your writer definition for...
Thanks for the info. I tried similar skip listener but it is throwing exceptions. I am using SB 2.1
11:58:30,758 ERROR <> [support.CommandLineJobRunner] Job Terminated in error: Error creating...
Can you please provide details on your skipListener implementation?
I am trying to do the same thing, except on db write exceptions.
I am new to SB, but my 2 cents.
Just add an extra random parameter like a=1 and you can run that same job with those parameters again.
I am trying to capture the write failures. If I get a constraint violation on write or some other dao exception, I would like to skip that record, continue processing and write that record out to the...
Hi, I am new to SB.
I need some details on how to configure a FlatFileItemWriter with skipListener.
I need to get the failed input record(skipped) and write it to a flat file. I checked the forums,...