[
https://issues.apache.org/jira/browse/TINKERPOP3-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP3-684:
----------------------------------------
Affects Version/s: (was: 3.0.0.GA)
> IoTest failling on 3.0.0.M9-incubating-rc2
> ------------------------------------------
>
> Key: TINKERPOP3-684
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-684
> Project: TinkerPop 3
> Issue Type: Bug
> Components: io
> Reporter: pieter martin
> Assignee: stephen mallette
>
> I am running {code}IoTest.shouldReadWriteVerticesNoEdgesToGraphSON{code}
> which fails with {code}java.lang.UnsupportedOperationException: Properties on
> a vertex property is not supported{code}
> This is happening because {code}StarGraph.of(final Vertex vertex){code}
> is calling {code}vp.properties().forEachRemaining(p ->
> starVertexProperty.property(p.key(), p.value()));{code}
> This invokes vp.properties and alas this is not allowed as the graph does not
> support properties on properties.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)