Results 1 to 2 of 2

Thread: exception in postProcessAfterInitialization within spring batch

  1. #1
    Join Date
    Jun 2012
    Posts
    5

    Default exception in postProcessAfterInitialization within spring batch

    Hi,

    I was seeing error while launching the spring batch application. In the application context, I am defining a bean which has postProcessAfterInitialization method. This bean class is a third party class and cannot change it. But this bean is somehow throwing an exception in the method postProcessAfterInitialization.

    If I use this bean in a normal spring application it is not completely exiting, but throwing error and going ahead with the rest of the beans creation. If I use this with the spring batch application, bean creation is throwing the error and failing the application.

    Is there any property that we can set to ignore the errors in the method postProcessAfterInitialization for any beans while using spring batch?

    Thanks in advance.

  2. #2

    Default

    Why type of exception is it?

    Jeff

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •