Hi all, By default, [proxy]'s provided ProxyFactory implementations all force their generated proxies to implement hashCode via System.identityHashCode() and equals via reference equality. I will leave it to the original author to explain the reasons behind this design decision if he chooses, but I would propose that it would not be out of order to provide a means of allowing a user to implement these methods as any other. If anyone has any opinions to contribute on the matter, please make them known.
-Matt --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org