Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

Batch processing and multiple deploys issue

$
0
0

Hi all,

I am developing application which contains some batch processing. My implementation is so far very simple, easily customized batch sample payroll. It works, but I have problem with multiple deploys.
After few deploys on same context RuntimeException occurs that my @Named bean for itemReader was not found.
When I change context to something else it works again, but I do not really understand, why it is not working on same context.

Also it is possible to delete all jobs from JobRepository ? And where is the database placed?

Thanks for help :)


Viewing all articles
Browse latest Browse all 1091

Trending Articles