IdentityInsertOperation.execute erroneously always commits the operation, even if the autoCommit property is false.
A fix is included, which adds the missing conditional logic: Call commit on successful operation if and only if autoCommit was originally set to true.
IdentityInsertOperation patch
+1 for this patch. I experienced the same problem, see details here.
Last edit: Mario Zagar 2013-04-25
Any plans to include this simple patch? It's quite safe and would be really helpful.
Committed for 2.5.4.