Timothy Bennett wrote:


getLogger().info(X.toString())

which compiles and executes fine, but the log does not show what I expected (that is the implementation of Y's toString()), but instead the logs what I presume to be the interface X's toString() implementation (or maybe this component's proxy's implementation):

block:/my-container/Z

where "my-container" is the name of my composite container descriptor, and Z is the name of the composite block of my provider service.

Actually, the full entries look like:


[DEBUG  ] (my-container.Z.proxy): invocation: toString
[INFO   ] (my-container.A.B): toString=[block:/as2/insitu]

which is why I'm thinking this has to do with merlin component proxies.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to