You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to execute query "create edge owner from #25:0 to #17:0". OrientDB throw exception:
Caused by: java.lang.ClassCastException: com.tinkerpop.blueprints.impls.orient.OrientEdge cannot be cast to com.orientechnologies.orient.core.record.impl.ODocument
at com.orientechnologies.orient.jdbc.OrientJdbcResultSet.(OrientJdbcResultSet.java:58)
at com.orientechnologies.orient.jdbc.OrientJdbcStatement.execute(OrientJdbcStatement.java:106)
at org.hibernate.datastore.ogm.orientdb.utils.AssociationUtil.insertAssociation(AssociationUtil.java:48)
The text was updated successfully, but these errors were encountered:
Hi!
I try to execute query "create edge owner from #25:0 to #17:0". OrientDB throw exception:
Caused by: java.lang.ClassCastException: com.tinkerpop.blueprints.impls.orient.OrientEdge cannot be cast to com.orientechnologies.orient.core.record.impl.ODocument
at com.orientechnologies.orient.jdbc.OrientJdbcResultSet.(OrientJdbcResultSet.java:58)
at com.orientechnologies.orient.jdbc.OrientJdbcStatement.execute(OrientJdbcStatement.java:106)
at org.hibernate.datastore.ogm.orientdb.utils.AssociationUtil.insertAssociation(AssociationUtil.java:48)
The text was updated successfully, but these errors were encountered: