Hi Adi,
We need to use our business logic (written in EJB) in batch processing. Now the problem is, all our session information and dependency injection of our model class is being done by Induction Framework. Hence, we can not call our EJB component directly as the DI is managed by Induction. We need to hit the URL for every job which increases load on server.
Is there any way, we can use our model class directly?
Thanks.