Hi Daniel,
As you said I commented
<bean id="cxf" class="org.apache.cxf.bus.CXFBusImpl">
and add
<cxf:outInterceptors>
<list>
<ref bean="mapAggregator"/>
<ref bean="mapCodec"/>
</list>
</cxf:outInterceptors>
<cxf:outFaultInterceptors>
<list>
<ref bean="mapAggregator"/>
<ref bean="mapCodec"/>
</list>
</cxf:outFaultInterceptors>
in cxf:bus
Now the issue is
Caused by: java.lang.IllegalStateException: Cannot convert value of type
[java.util.ArrayList] to required type
[org.apache.cxf.interceptor.Interceptor] for property 'outInterceptors[0]':
no matching editors or conversion strategy found
Please help me on this.
Thanks
--
View this message in context:
http://cxf.547215.n5.nabble.com/Error-loading-bean-definitions-tp5093853p5611559.html
Sent from the cxf-user mailing list archive at Nabble.com.