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

Destroy ManagedConnection after use

XMLWordPrintable

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

      The RAR info tool must destroy any ManagedConnection after use.

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

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

                Created:
                Updated:
                Resolved: