I've been trying my very best to figure out how to set the exceptionHandler property of a "chunk" in the batch namespace but still no luck. Using the regular beans namespace, I'm able to set the exceptionHandler property of the SimpleStepFactoryBean class using the "property" node. But I can't seem to find the equivalent of it with the "batch" namespace. Am I to use AOP to handle this situation? Any suggestion is greatly appreciated.

Thanks, and happy computing to all...