Hi! I am currently working on a Flow and Mapless port to Gemstone. In Mapless there is a override of isKindOf: implemented. It seems overriding isKindOf: in Gemstone is not allowed. Is there a way around it? I need to implement: """ isKindOf: aClass ^self model isKindOf: aClass. """ Thanks for any advice! Sebastian