Move TransactionHelper calls inside ExternalAPI, in order to make methods with
multiple .save() calls atomic. Alternatively, leave the existing calls as-is,
but use Dependency Injection and advice around ExternalAPI calls with an
implicit Transaction.commit() on method exit, essentially simulating
JPA/Hibernate semantics.
Original issue reported on code.google.com by past...@gmail.com on 12 Oct 2010 at 12:39
Original issue reported on code.google.com by
past...@gmail.com
on 12 Oct 2010 at 12:39