Hi,

I have this piece of code in my applicationContext.xml

    <jaxrs:server id="xyzserver" address="/xyzservice/">
    <jaxrs:serviceBeans>
      <ref bean="xyzservice" />
    </jaxrs:serviceBeans>
  </jaxrs:server>

  <bean id="xyzservice" class="com.xyz.xyzService" scope="session">
          <aop:scoped-proxy/>
  </bean> 

Somehow resource injection stopped working as soon as I started using
<aop:scoped-proxy/> I need to access the HttpServletRequest object in my
service class. Any help would be greatly appreciated
-- 
View this message in context: 
http://www.nabble.com/Resource-injection-fails-for-an-AOP-scoped-proxy-bean-tp18631370p18631370.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to