On 14 Jan 2015, at 10:08, Gunnar Morling <gunnar(a)hibernate.org>
wrote:
2015-01-13 19:49 GMT+01:00 Steve Ebersole <steve(a)hibernate.org>:
> You'd need to not specify the JtaPlatform service stuff.
>
Yes, but which org.hibernate.Transaction implementation to use? We'd need a
"fake" implementation which triggers the grid dialect upon flush()/commit()
invocations.
I think I originally replaced it so that it worked for Infinispan. Which mandates a JTA TM
all the time (for transactions).
Looks like it was still working for the other datastores and no one bothered to improve a
working bit until you discovered the extra dependency issue.