캠핑과 개발

java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(I)V 

==============================================================

1. Removed Hibernate's asm.jar,cglib-2.1.3.jar and asm-attrs.jar from classpath.

2. Placed cglib-nodep-2.1_3.jar in classpath (downloaded from

http://repo1.maven.org/maven2/cglib/cglib-nodep/2.1_3/).

3. Included asm3.0.jar from CXF2.0.1 from distribution into the classpath.

http://forge.objectweb.org/projects/asm/