We need to mark our transaction begin and commit separately. In other words we need to implement this:
BEGIN SET_MARK <process stuff> UNSET_MARK COMMIT Is there a way to do this at the global level in IBatis? I understand that we could do this manually for each transaction but there must be a better way to achieve the same result. --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org