hi, one of my components is disposed in response to "finalizing a proxy". could you please explain what that means and how i can prevent it?
in the log the following lines appear: [DEBUG ] (app.net4j.socket.PassiveSocketConnector.proxy): Finalizing proxy [22566565] (appliance:/app/net4j/socket/PassiveSocketConnector). [DEBUG ] (app.net4j.socket.PassiveSocketConnector.proxy): Releasing component [22566565] (appliance:/app/net4j/socket/PassiveSocketConnector). [DEBUG ] (app.net4j.socket.PassiveSocketConnector.lifecycle): etherialization [DEBUG ] (app.net4j.socket.PassiveSocketConnector.lifecycle): applying shutdown [INFO ] (app.net4j.socket.PassiveSocketConnector): disconnected [DEBUG ] (app.net4j.ConnectionManager): deregistered connector: [EMAIL PROTECTED], id=1 [DEBUG ] (app.net4j.socket.PassiveSocketConnector.lifecycle): applying disposal the component is declared transient and created when a ServerSocketChannel accept()s a SocketChannel. the handle to the component (proxy) that is originally resolved is thrown away with the stack frame, but before it is registered with a ConnectionManager, so that it should not be subject to gc. please help! /eike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
