I just checked and it seems to be a bug in iBATIS 2.2 (maybe 2.3 as well). BatchException is supposed to be thrown only when there are nested batches, according to documentation. It is thrown when executeBatchDetailed() is used. But when there is only one batch (with no nested batches) then this exception should not be thrown?
Can somebody confirm this please? navrsale wrote: > > is BatchException only nested batch related, i.e. if there is only one > batch and no nested batches and executeBatchDetailed() is used, then this > exception will never be thrown? > > Many thanks, > -- View this message in context: http://www.nabble.com/BatchException-tf2962931.html#a8309881 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
