Closing/destroying a client could initialize the conduits
---------------------------------------------------------
Key: CXF-3711
URL: https://issues.apache.org/jira/browse/CXF-3711
Project: CXF
Issue Type: Improvement
Components: JAX-WS Runtime
Affects Versions: 2.4.1
Reporter: Daniel Kulp
Assignee: Daniel Kulp
Fix For: 2.4.2
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira