Skip to content

Internal force close of XAConnection and PooledConnection does not notify ConnectionEventListener #935

Description

@mrotteveel

A normal close will notify, but a force close on a fatal error doesn't. With the current implementation, the normal location to do this doesn't have access to the listener, and doing it elsewhere needs some careful consideration to avoid duplicate notifications because of the interactions between the managed connection and the pooled connection implementation.

It might be better to defer this until the rewrite of FBPooledConnection/FBXAConnection to use XCA more directly. On the other hand, I keep putting that off...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions