Hi, I tried to create a Spring bean in cxf.xml like this:
<bean id="cxfMessage" class="org.apache.cxf.phase.PhaseInterceptorChain" factory-method="getCurrentMessage" scope="request"/> And it does not work. I am wondering if CXF supports the scope of Spring bean. If does, how should I configure CXF to create a Spring bean with a scope. Thanks, Yonghe -- View this message in context: http://old.nabble.com/Does-CXF-support-scope-of-Spring-bean-tp26795827p26795827.html Sent from the cxf-user mailing list archive at Nabble.com.
