Hi,

I am getting the error:

SEVERE: Unable to fetch page
com.orientechnologies.orient.core.exception.OSerializationException: Type person cannot be serialized because is not part of registered entities. To fix this error register this class

I have registered the class (as far as I can tell) as a call to

System.out.println(conn.getDb().getEntityManager().getRegisteredEntities());

produces

[ [snip], class com.dstvdm.labs.darwin.model.Person]

Is there something I am missing here?

Any help would be appreciated!

-- Paul

--

--- 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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to