Hello, I have encountered a problem and I was wondering if anyone had an explanation to it. I have the following hierarchy: class grandParent class parent from grandParent class child from parent If I try to create an instance of the child class on a remote site, the creation fails. If I write "class child from grandParent" instead of "class child from parent" the creation of the child instance on the remote site is successful. I tried to seperate the 3 classes in 3 different .oz files but it still didn't work. When working locally, the creation works perfectly using "class child from parent". Can anyone explain why? Maybe I'm doing something wrong? Am I supposed to do things differently now that the instance is being created on a remote site? I need an answer. Thanks.
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
