Has anyone be able to use spring-aop in servicemix 4? I am getting a java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException. I installed the aspectjrt and aspectjweaver bundles from Spring and I also tried putting them in the system path. I have included all of their packages in import-package as well.
Nothing seems to work. I found a thread on fuse about someone having this problem about a year ago, but there is not a solution listed there. I was wondering if anyone is using aspects in servicemix4 with OSGI? If I comment out the <aop> element in my spring file, then everything loads file, but of course my aspect doesn't run. Any help is appreciated. Thanks, Jason
