[ 
https://issues.apache.org/jira/browse/TINKERPOP3-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP3-684.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0.GA
         Assignee: stephen mallette

Fixed via: 
https://github.com/apache/incubator-tinkerpop/commit/36fc0286ba640c83a3140fb3f21e94b200ad2499

> 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
>            Assignee: stephen mallette
>             Fix For: 3.0.0.GA
>
>
> 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