krlawrence / graph

Practical Gremlin - An Apache TinkerPop Tutorial
Apache License 2.0
836 stars 253 forks source link

Fix errant object invocation #154

Closed jbn closed 4 years ago

jbn commented 5 years ago

I could be wrong about this but i believe this should invoke the tx method on a org.janusgraph.graphdb.database.StandardJanusGraph object rather than trying to invoke graph.

krlawrence commented 5 years ago

Thanks - I will check. Back when I wrote that section I tested everything but it was done against an earlier version of Janus graph.