Camille wrote:
>It works and it's commited. 

Thanks! Still there is a problem:

  (NBExternalTypeValue ofType: 'NBInt64').

in a Pharo3.0 Latest update: #30703 (with the fix integrated) throws
now an #DNU because the new anonymous subclass of NBExternalTypeValue 
class does not understand #rebuildFieldAccessors 

NBExternalTypeValue(class)>>valueType: sends #rebuildFieldAccessors 
but there is no such method in this hierarchy. 

But there is NBExternalStructure>>rebuildFieldAccessors and
NBExternalTypeValue(class)>>installAccessors. 

Maybe a leftover from refactoring?

Thx
Torsten

Reply via email to