Spring + Hibernate + Apache CXF Error

2008-10-09 Thread Saiful Haqqi
teBean(AbstractAutowireCapableBeanFactory.java:455) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) Any body known about this exception, i read some site that is bug of ASM with CGLLIB where using Spring, Hibernate, and Apa

Re: Spring + Hibernate + Apache CXF Error

2008-10-09 Thread Saiful Haqqi
own add 4. asm-attrs <--- hibernate 5. cglib-2.1.3 <-- hibernate 6. cglib-nodep-2.1_3 < my own add with one is the right jar file asm-all-3.1 or cglib-nodep-2.1_3 or both must be included in my war file? ~ saiful haqqi ~ -- View this message in context: http://www.nabble.com/Sprin

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 >