You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Yafei Wang (JIRA)" <ji...@apache.org> on 2014/08/09 21:47:11 UTC

[jira] [Created] (CXF-5936) Hard-coded bus name in CXFServlet class

Yafei Wang created CXF-5936:
-------------------------------

             Summary: Hard-coded bus name in CXFServlet class
                 Key: CXF-5936
                 URL: https://issues.apache.org/jira/browse/CXF-5936
             Project: CXF
          Issue Type: Bug
          Components: Bus, Transports
    Affects Versions: 3.0.1, 2.7.12
            Reporter: Yafei Wang


Class org.apache.cxf.transport.servlet.CXFServlet, method loadBus(), line 77 as below
    setBus((Bus)wac.getBean("cxf", Bus.class));
the name of the bus is hard-coded to "cxf", making it impossible to configure bus with other names.
Bus name may be passed in from servlet configuration.



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