Re: cxf jaxrs:client and aop

2011-03-28 Thread brianmoss1003
Additional information: I am using Spring 3.0.5 and jbossws cxf 3.4.0 I also had to put the cxf-rt-frontend-jaxrs-2.3.1 jar in the common/lib directory. Not sure if this is correct, but jaxrs:client did not deploy unless this jar was there. -- View this message in context: http://cxf.547215.n5.n

cxf jaxrs:client and aop

2011-03-28 Thread brianmoss1003
Not sure if there is a bug or if I am not doing something correct. I have defined a jaxrs:client in my jbossws-cxf.xml file as follows: In my spring config file, I have defined an aspect bean called: AuditImpl This extends an interface