You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2014/04/16 16:20:21 UTC

[jira] [Created] (CXF-5695) Async http conduitfactory initialized too early.

Daniel Kulp created CXF-5695:
--------------------------------

             Summary: Async http conduitfactory initialized too early.
                 Key: CXF-5695
                 URL: https://issues.apache.org/jira/browse/CXF-5695
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.7.11, 3.0.0-milestone2
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.7.12, 3.0.0



The AsyncHTTPConduitFactory implements BusLifecycleListener which causes the factory to be created and setup when the bus is created.   Any properties set on the bus after that would not be in effect.  AsyncHTTPConduitFactory SHOULD be created on the first call when it's needed.
 



--
This message was sent by Atlassian JIRA
(v6.2#6252)