Hi,
I've checked Camel 2.10.6 (the earliest tag I can see in FishEye)
and I see that CxfRsEndpoint has no property for accepting the provider instances.
I'm not sure how to get it integrated with Camel 2.10.x then...
Perhaps try and use CXF jaxrs:endpoint directly in the route ? For this to work the endpoint address would have to have a Camel transport prefix, ex, jaxrs:server/@address="camel://myEndpoint"...
May be there's a better Camel way for achieving it
Cheers, Sergey

On 31/07/14 00:42, segev wrote:
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