In the runSync method on the ServiceDispatcher it looks like the finally
block will only rollback the transaction on an "error" and not on a
"failure". Is this correct? I would have thought we would rollback the
transaction if either of these are true.
Tiny code snippet:
} finally {
// if there was an error, rollback transaction, otherwise
commit
if (isError) {
...
--
View this message in context:
http://www.nabble.com/ServiceDispatcher-does-not-rollback-on-failure-tp21037143p21037143.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.