[hibernate-dev] [OGM] Transaction type "RESOURCE_LOCAL", still JTA is required
Emmanuel Bernard
emmanuel at hibernate.org
Wed Jan 14 04:39:07 EST 2015
> On 14 Jan 2015, at 10:08, Gunnar Morling <gunnar at hibernate.org> wrote:
>
> 2015-01-13 19:49 GMT+01:00 Steve Ebersole <steve at 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.
More information about the hibernate-dev
mailing list