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/10 16:24:11 UTC

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

     [ https://issues.apache.org/jira/browse/CXF-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yafei Wang closed CXF-5936.
---------------------------

    Resolution: Fixed

Seems to be fixed in latest release.

> 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: 2.7.12, 3.0.1
>            Reporter: Yafei Wang
>              Labels: easyfix
>
> 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)