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)