mercredi 15 avril 2015

How to get the exit message of a step in Spring Batch?

As you can see in the Spring Batch reference, the table BATCH_STEP_EXECUTION has the column EXIT_MESSAGE. But in the corresponding Java class StepExecution I can not find a getter for this field.


I see in my database that stacktraces are stored in this column and I would like to display them. How can I get these stacktraces?


Aucun commentaire:

Enregistrer un commentaire