PDA

View Full Version : General noRollbackFor settings



garyfisher
Mar 11th, 2008, 12:15 PM
Hi,

I'm using annotation-driven transaction management. I'd like to configure for whole application not to rollback for a certain runtime exception and subclasses. I don't want to do it for every method or every class.

Any idea? Thanks for help.

garyfisher
Mar 13th, 2008, 07:47 AM
Really no idea? Do I have to really rewrite several classes from transaction management?