I'm currently trying to get interceptor annotations to work to set up ws-security with DOSGi. Initially it was throwing error that my interceptor class wasn't found when I used cxf-core jar. When I switched to use cxf-api jar that went away.
Now it's not giving me any errors, but the interceptor still isn't working. I found the following possible solution: http://stackoverflow.com/questions/17081841/cxf-ininterceptor-not-firing I added /Dependencies: org.apache.cxf/ to the MANIFEST.MF, but it still doesn't seem to be firing. I'm new to this, so there's probably just a step I'm missing somewhere. Thanks. -- View this message in context: http://karaf.922171.n3.nabble.com/Getting-interceptor-annotations-to-work-with-DOSGi-tp4045826.html Sent from the Karaf - User mailing list archive at Nabble.com.
