Hi,
This already get resolved, [1] tracked this issue
[1]https://issues.apache.org/activemq/browse/SM-1756
Freeman
Kirk Spencer wrote:
Freeman wrote:
The problem you see comes from that after you install cxf bc component >and SA, then restart the
tomcat, the context listener(which load >servicemix container and then start the intalled cxf bc and
sa) always >run before the CXFServlet(which replace the servlet transport), so that >the cxf bc has
no chance to use the bus with replaced servlet transport.>If you run tomcat with clean servicemix
(remove data and servicemixDB >folder in $TOMCAT_HOME/bin, but add CXFServlet in web.xml), then install
>sharedLib, CXF component and your SA, then it works(because in this case >the CXFServlet get
initialized first).>I will figure out how to resolve the case when you restart tomcat.
Freeman
Did you figure out a way to resolve the case when the tomcat instance is
restarted?