[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom equals-method not in proxy?



Hi all,

I've noticed the following.

I've written some database objects with a custom equals-method.

The javadoc of the eqauls-method of OzoneProxy says "Base implementation
of equals(). May be overwritten by an implementation of the actual
database object. In that case the method is handled, as all remote
methods, on the server side."

After generating the proxies and looking in their sources I noticed that
there isn't  an equals-method in , so the eqauls method of it's
super-class OzoneProxy is used.

Is this a bug in ozone or is it just in my understanding.

Greetings

Mario