pieter martin created TINKERPOP3-684:
----------------------------------------

             Summary: 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
    Affects Versions: 3.0.0.GA
            Reporter: pieter martin


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)

Reply via email to