hi - 

I'm having an issue when creating a new vertex using the Java SDK. The 
class of the vertex has a property "id" but when I attempt to set that 
property I get an error. When I attempt to set the property with 
"ClassName.id" the field does not exist in the vertex after the setProperty 
command. What's the deal, what am I doing wrong?

(not literally "ClassName" but the actual name of the class I'm using)

I've tried these 3 ways and none seem to work. I'm using OrientDB Server 
v2.1-SNAPSHOT with appropriate java libs. I have data loaded using the etl 
loader and am able to query out data. I am now testing loading data.

vertex.setProperty("id", "1dhjah7667u)

vertex.setProperty("Location.id", "1dhjah7667u)

vertex.setProperty("class:LocationId", "1dhjah7667u)


Thanks in advance,

Aaron

-- 

--- 
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.

Reply via email to