I tried

        <camelcxf:rsServer id="rsServer"
address="{{project.base.uri.test1}}/{{resource.test1}}"
            loggingFeatureEnabled="true"  >
        <jaxrs:providers>
            <ref component-id="authenticationFilter"/>
        </jaxrs:providers>
 </camelcxf:rsServer>


        <camelcxf:rsServer id="rsServer"
address="{{project.base.uri.test1}}/{{resource.test1}}"
            loggingFeatureEnabled="true"  >
            <camelcxf:providers> 
                <ref component-id="authenticationFilter"/>
            </camelcxf:providers>
    </camelcxf:rsServer>

with no success...
The schema element type for providers is xsd:anyType
What is the correct syntax?




--
View this message in context: 
http://camel.465427.n5.nabble.com/CXFRS-Component-setting-providers-for-version-2-10-4-tp5754643p5754703.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to