Subject Re: Problem with FBManagedConnection
Author patcom123
--- In IB-Java@y..., "patcom123" <lister-filter@p...> wrote:
> I see your point on multiple connections, but i thought a bigger
> problem would be managed environments which called
> removeEventListener themselves? In which case it needs to be put in
> the standalone wrapper?

Think first, then write:) Won't affect other environments as the
connectionEventListener is a private class of the pooling manager...
Therefore swapped the order of the removeConnection and
removeEventListener. Seems to work ok.

JOHN