Nevermind, i end up autowiring the JobOperator, and now i can get my job instance id.
Type: Posts; User: johnP; Keyword(s):
Nevermind, i end up autowiring the JobOperator, and now i can get my job instance id.
On our project we have a db table that tracks all items that are being processed. We decided to link each item to the job instance that process it.
Is it possible to know the job instance id...
Hi guys,
Is there any way to share a bean instance between different ApplicationContexts?
In my case i have an already created ApplicationContext, which has a bean (in my case a...
Hi guys,
I have a similar question regarding recovery mechanism on SB. I am trying to make my batch processing resistant to extreme fail situations like eg. power goes out.
If the power goes...
Hi!
I want to share data between steps so i decided to use the ExecutionContextPromotionListener. The problem is that my tasklet method that is annotated with @BeforeStep is not called.
My use...
Hi!
I'm having a problem with the combination of a MultiResourcePartitioner and a quartz job, this is my code:
<beans:bean name="step1:master"...