You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Gregg Wonderly <gr...@wonderly.org> on 2009/07/15 00:06:55 UTC

Reggies check for Entry class compatibility including parent class

I have two Entry classes that have a inheritance relationship that I need to 
reverse.  Reggie, thwarts this using EntryClass.computeHash() where it includes 
the super class hash code in the data that is hashed.  Is this really a needed 
check?  Is there a simple way to maintain the use of both class names and use 
Externalizable to fix the class so that one class pretends to be the other?

Gregg Wonderly