Invalid JobExecution, ID 0 not found.
I知 new to Spring and I知 trying to get my jobRepository working so it actually writes to my Oracle database tables.
I get the same error regardless of using Oracle or SqlServer for the repository database.
I know the connection is working based on previous errors but I keep getting this error about Invalid JobExecution, ID 0 not found.
I知 running the job just once.
I知 sure I知 missing something basic but have had no luck finding a complete example or solution on the net.
Any help would be appreciated.
Ed
Here is the exception:
org.springframework.batch.core.repository.dao.NoSu chObjectException: Invalid JobExecution, ID 0 not found.