gjrwebber / spring-data-gremlin

Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the Tinkerpop Blueprints 2.x API.
69 stars 54 forks source link

Transactions not propagating properly #18

Closed gjrwebber closed 9 years ago

gjrwebber commented 9 years ago

It seems that the transaction is not rolling back when it should be.