On Thursday 10 June 2004 02:13, Eike Stepper wrote:

> do you have an idea how this can happen / what happens here?
> please consider that there is no ClassCastException in service()!
> nor is there any further strange behavior...

I am somewhat stunned... Looks like either a JVM bug or a hidden caching 
mechanism in LogKit, which I trongly doubt as well.

Could you do (and report what happens);

getLogger().debug("Resolved service " + connectionManager + ", " + 
protocolManager + ", " + bufferPool  );

Another test;
Have a different "Prefix" text...
    getLogger().debug("Resolved service 1:" + connectionManager);
    getLogger().debug("Resolved service 2:" + protocolManager);
    getLogger().debug("Resolved service 3:" + bufferPool);

Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


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

Reply via email to