posted 15 years ago
Well, first of all, I want to say that there is a ton of material (including on this forum) about exception handling with aop, but what I want to ask, is something that I didn't find yet,
Well, I'll start commenting the problem.
I have a crontask that has to execute a lot of database calls, if one of them throws an exception on the middle, I want to step to the next call and keep executing the task.
the thing is that i manage to handle the exception, but always the exception stops the entire task.
someone has a sugestion?