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
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
> 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 <---
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