Hello All,
Orient DB Version - 2.0 and 2.0.10
I have the following snippet of Code
........
Object objectB = ......; //comes in as a request
OrientVertex bVertex = graph.addVertex("class:BVertex");
List<String> tags = objectB.getTags();
for(String tag : tags){
//A private method which retrieves the vertex
Vertex tagVertex = getTagVertex(graph, someVertexKey);
graph.addEdge(null,tagVertex, bVertex , "tag");
}
I get the following error
*Caused by:
com.orientechnologies.orient.core.exception.OSerializationException:
Impossible serialize value of type class
com.orientechnologies.orient.core.db.record.OTrackedList with the ODocument
binary serializer*
Can anyone tell me why this is happening.
PS, I upgraded to 2.0.10, and then back down to 2.0 since 1.7.9 was no
longer available on AWS, but now I am losing faith.
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.