You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both OrientDB and Neo4J start implicit transactions when you create a Graph through GraphFactory (i.e. TransactionalGraph), but these are bound to a single transaction.
I tried the mechanism implemented in mod-jdbc-persistor but found that it doesn't work. In OrientDB nothing is persisted when a different thread performed the commit, and in Neo4J an exception is thrown.
Changing the verticle settings in mod.json to single-thread, non-worker solves the issue on OrientDB. However the persistor must be a multithreaded, worker verticle
Provide a mechanism for transaction boundaries to span multiple actions.
See this post on the Vert.x google group: https://groups.google.com/d/msg/vertx/eIjzdQI23ss/hjYUtJcxVKcJ
The text was updated successfully, but these errors were encountered: