Daniel Kulp wrote:
The fix for this USUALLY is to configure hibernate to use the cglib-nodeps jar and remove it's version of asm. The cglib-nodeps jar contains a "custom" version of asm 1.x that it needs, but in it's own namespace so it won't conflict with the newer version needed by CXF and other asm using tools.

Indeed, the ASM authors recommend bundling the ASM classes under a custom package name, rather than relying on an asm.jar, as the different versions of ASM are not compatible with one another. Has CXF considered doing this or is there some issue with the licences that would prevent it?

Ian

--
Ian Roberts               | Department of Computer Science
[EMAIL PROTECTED]  | University of Sheffield, UK

Reply via email to