-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
<!-- Defined the server endpoint to create the cxf-rs consumer --> <cxf:rsServer id="rsServer" address="http://localhost:${CXFTestSupport.port1}/CxfRsRouterTest/route" serviceClass="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService" loggingFeatureEnabled="true" loggingSizeLimit="20" skipFaultLogging="true"> <cxf:providers> <ref bean="jsonProvider"/> </cxf:providers> </cxf:rsServer> <!-- Defined the client endpoint to create the cxf-rs consumer --> <cxf:rsClient id="rsClient" address="http://localhost:${CXFTestSupport.port2}/CxfRsRouterTest/rest" serviceClass="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService" loggingFeatureEnabled="true" skipFaultLogging="true"> <cxf:providers> <ref bean="jsonProvider"/> </cxf:providers> </cxf:rsClient>
- relates to
-
FUSETOOLS-1225 New page for global / context wide configurations on Camel Multipage Editor
- Closed