[
https://issues.apache.org/jira/browse/TINKERPOP-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2497.
---------------------------------------
Resolution: Cannot Reproduce
feel free to reopen if there is still an issue here.
> 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
> Components: javascript
> Affects Versions: 3.4.9
> Reporter: Ben Smith
> Priority: Minor
>
> 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.20.10#820010)