The one "wrapper" connection that is seen by applications is BrokeredConnection. In this case I suppose we could print the id of BrokeredConnection as well as the underlying physical connection, but I'm not sure what value this provides. The user would wonder why they're seeing two distinct connection ids for a given connection. Since BrokerConnection is a wrapper, I am proposing that it should just print out the toString() of the underlying "real" connection.
David
Dibyendu Majumdar wrote:
From: "David Van Couvering" <[EMAIL PROTECTED]>
Regarding pooled connections, unless I hear otherwise, I'll modify this to not get the id from the underlying physical connection but to have its own id instead, so that these are traceable independently.
Hi,
Is it possible to have both - ie - the id for the PooledConnection and the underlying Connection to be dumped? Similarly for XAConnection?
Regards
