[ https://issues.apache.org/jira/browse/TINKERPOP-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marko A. Rodriguez closed TINKERPOP-1147. ----------------------------------------- Resolution: Fixed Assignee: Marko A. Rodriguez > Add serialization for TraversalExplanation > ------------------------------------------ > > Key: TINKERPOP-1147 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1147 > Project: TinkerPop > Issue Type: Improvement > Components: io > Affects Versions: 3.1.1-incubating > Reporter: Bob Briody > Assignee: Marko A. Rodriguez > Fix For: 3.1.2-incubating > > > When executing a traversal like the one below remotely, serialization fails > {code} > g.V().explain() > {code} > Error: > {code} > org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Error during > serialization: Class is not registered: > org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation > {code} > Need to add serialization handling for TraversalExplanation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)