Hey I am using OrientDB 1.7.RC2 and Blueprint 2.6.0 - SNAPSHOT

public static OIdentifiable getConnection(final ODocument iEdgeRecord, 
final Direction iDirection) {
    return iEdgeRecord.rawField(iDirection == Direction.OUT ? 
OrientBaseGraph.CONNECTION_OUT : OrientBaseGraph.CONNECTION_IN);
  }

At time of returning its giving an error : 
*java.lang.String cannot be cast to 
com.orientechnologies.orient.core.db.record.OIdentifiable*

*Can someone please tell me when does it happen ??*

-- 

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