Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-1737

Support CXf-RS endpoint in Global Configuration Editor

    XMLWordPrintable

Details

    Description

       <!-- 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>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              apupier@redhat.com Aurélien Pupier
              Votes:
              3 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: