You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Ben Smith (Jira)" <ji...@apache.org> on 2020/12/22 04:56:00 UTC

[jira] [Created] (TINKERPOP-2497) Gremlin JS Serializer always empty [{}] with valueMap(), entitypMap()

Ben Smith created TINKERPOP-2497:
------------------------------------

             Summary: Gremlin JS Serializer always empty [{}] with valueMap(), entitypMap()
                 Key: TINKERPOP-2497
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2497
             Project: TinkerPop
          Issue Type: Bug
    Affects Versions: 3.4.9
            Reporter: Ben Smith


Sorry if I made this ticket incorrectly.

 

I've installed gremlin as indicated.

Running such a call as 

g.V(id).elementMap().toList(); fails to return from my client application

output results is always [{}]

same with  return g.V(id).valueMap().toList();

The above calls can output to the console correctly but not be serialized.

Other toList calls work when the type is Vector. but seem to fail with Map.

I am running Express, against Tinkertop 3.4. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)