I have a situation where I need to use DocumentDatabase for one DB and the ObjectDatabase for another. I keep getting the following exception when I try to access fields from the Object which was supposed to be detached.
java.lang.ClassCastException: com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx cannot be cast to com.orientechnologies.orient.core.db.object.ODatabaseObject -- --- 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.
