Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-1072

Destroy ManagedConnection after use

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1.1.Final
    • 1.1.0.Final
    • AS
    • None

    Description

      The RAR info tool must destroy any ManagedConnection after use.

      ManagedConnection mc = null;
      try
      {
        mc = ...
      }
      catch (Exception e)
      {
      }
      finally
      {
         if (mc != null)
            mc.destroy();
      }
      

      Attachments

        Activity

          People

            jeff.zhang_jira Jeff Zhang (Inactive)
            jpederse@redhat.com Jesper Pedersen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: