2010/4/3 Emmanuel Bernard <emmanuel(a)hibernate.org>:
Ah cool, we are getting there :)
Looking at it quickly, can you use tabs, not space for indentation? That's our coding
conventions.
One open question I had last time was one error handler for sync and async, vs one for
sync and one for async. What was decided? What was the reasoning?
Initially we thought that that would be needed, but doesn't appear to
be the case. Latest Amin's work did remove the duality, sync and async
are using the same methods now.