Could you please clarify on where I need an explicit reference to the 'cxf'
bean? and how?
I thought what I have in application-context.xml is sufficient based on some
of the CXF tutorials out there:
<jaxrs:server id="securityMgrServiceREST" address="/">
<jaxrs:serviceBeans>
<ref bean="securityMgrService"/>
</jaxrs:serviceBeans>
<jaxrs:providers>
<ref bean='jsonProvider' />
</jaxrs:providers>
</jaxrs:server>
Any input would be appreciated!!
--
View this message in context:
http://cxf.547215.n5.nabble.com/Error-No-bean-named-cxf-is-defined-with-cxf-xml-imported-tp5754557p5754583.html
Sent from the cxf-user mailing list archive at Nabble.com.