Why is the toString of the implementation of my service not invoked? Does something like toString, which I thought was part of every Object and thus subject to be overridden by any object instance, have to be part of the service interface in order to be properly invoked by some consumer component?
You have have spotted a bug!
On investigation there is some code in the composite proxy that is manipulating java.lang.Object related methods. This was debugging code that was not properly removed. I've cleaned this out of 3.4 and verified that everything is OK and I'm currently digging into fixing this on the 3.2 branch.
Cheers, Stephen.
--
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/merlin/distributions/latest | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
