Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-3711

Closing/destroying a client could initialize the conduits

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.1
    • 2.4.2
    • JAX-WS Runtime
    • None
    • Unknown

    Description


      When a client is closed/destroyed, it calls getConduitSelector().selectConduit(...) so that it can close the conduit. If the client has never been used, that can cause a conduit to be created, the ConduitInitatorManager in the bus to be loaded, etc... which is wasteful and could cause issues if the bus has been shutdown, etc... It would be good to avoid that if the conduit has never been used.

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: