Re: Spring + Hibernate + Apache CXF Error

2008-10-09 Thread Willem Jiang
Please use the CXF shipped asm for CXF, and use the cglib-nodep for hibernate. Willem Saiful Haqqi wrote: The version of you are using asm jars (with org.objectweb.asm.ClassVisitor) is not match with current spring ,try a newer. Good luck! In my wat file containt with more than one as

Re: Spring + Hibernate + Apache CXF Error

2008-10-09 Thread Saiful Haqqi
Saiful Haqqi wrote: > >> The version of you are using asm jars (with >> org.objectweb.asm.ClassVisitor) >> is not match with current spring ,try a newer. >> >> Good luck! > > I am just use asm-all and cglib-nodep now and does't get any exception > when deploying spring application. > > But I

Re: Spring + Hibernate + Apache CXF Error

2008-10-09 Thread Saiful Haqqi
> The version of you are using asm jars (with org.objectweb.asm.ClassVisitor) > is not match with current spring ,try a newer. > > Good luck! In my wat file containt with more than one asm jar file 1. asm <--- hibernate 2. asm-2.2.3 <-- apache cxf 3. asm-all-3.1 <--- my own add 4. asm-attrs <---

Re: Spring + Hibernate + Apache CXF Error

2008-10-09 Thread 王洪伟
The version of you are using asm jars (with org.objectweb.asm.ClassVisitor) is not match with current spring ,try a newer. Good luck! 2008/10/10 Saiful Haqqi <[EMAIL PROTECTED]> > > hi all, > > I try build WS with apache cxf + Sring + Hibernate, but get some error when > implementation with hib