On Friday 28 March 2008, Daniel Kulp wrote: > > Did you by any chance modify your 2.0.4 lib directory to include the > spring aop stuff (and cglib)? If so, you will need to do the same for > 2.0.5. If I replace the 2.0.5 spring jars with the everything spring > jar and add cglib-nodeps, then your sample works fine with 2.0.5 and > 2.0.4. Thus, my gut feeling says your 2.0.4 lib dir has those, but > that's not something we included by default. > > Dan
Hi Dan, you are right. As I said I used as a guide http://www.nabble.com/Share-object-in-request-scope-on-ws-server-td14611572.html especially the following quote """ It turns out that my earlier problems were due to subtle version mismatches among Spring components. What worked for me is to use the latest available version of spring-aop (2.0.8) and match the other components to that version. In addition, cglib 2.1_3 and asm 1.5.3 have to be in the classpath. """ Sorry for that but I have forgotten it in the midst of numerous trials and errors. So I suppose the trick is spring-aop-2.0.8.jar and the cglib? May I ask what's the reason apache-cxf does not bundle them? .bill
