My stack trace is more or less the same:
2:14:13,220 ERROR simple.data disk.DiskStorageFactory:495 - Disk Write of listJobs[0, 2147483647] failed:
java.io.NotSerializableException:...
Type: Posts; User: francoatwork; Keyword(s):
My stack trace is more or less the same:
2:14:13,220 ERROR simple.data disk.DiskStorageFactory:495 - Disk Write of listJobs[0, 2147483647] failed:
java.io.NotSerializableException:...
Hello,
I have another issue with spring batch template.
I've try to create my first simple batch program.
from Eclipse I do:
File-> new-> Spring Template Project
from there I select
Simple...
hello
Im newbie of Spring Batch an Spring batch admin.
By following instrucion found in Spring Batch admin reference manual, I started to build a sample Web application for batch administration....