Ciao,
i have a Gemstone 3.4.3 run on Ubuntu system. With Tode i add a message to String class. dtr ^ 'test' In the tode ws it work fine: String dtr answer: 'test' But when i run the command from topaz session the system answer the error :
Considerations ? Thanks, Dario _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Dario, I don't see which user you've logged in as ... if you are logging in as SystemUser, then the #dtr method is not available to SystemUser ... If you log in as DataCurator, you should see #dtr ... For tODE/GLASS/GsDevKit, when you add methods to base classes like String, the method is not added to the method dictionary of String, because DataCurator does not have permission for adding the method (you have to be logged in as SystemUser to modify base classes) ... All extension methods for base GemStone classes are added to a session method dictionary that arranges to install the extension methods into a session-specific method dictonary for those classes ... the session methods are installed when you log in as DataCurator ... I can provide more details, if you'd like ... Dale On 1/9/19 9:21 AM, Trussardi Dario
Romano via Glass wrote:
Ciao, _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |