Query jbatch tables

85 views Asked by At

JBatch writes job instance execution data into tables. For my application I manually created them and configured the application server to use them. That works fine. However, since the batchstatus of some executioninstances is FAILED I would like to know why and hence would like to query those tables. However, some of the data is stored as bytea (postgres). How can I query that data so it returnes readable data? How can I find out about why a specific job instance failed?

0

There are 0 answers