I am trying to upgrade from CXF 2.0.5 to 2.1 (with JDK 1.5 and JBoss 4.2), and I am using hibernate so I am encountering the conflict with the asm JARs. I already read http://cwiki.apache.org/confluence/display/CXF/2.1+Migration+Guide but it is not helping me much.
I redownloaded hibernate 3.2.6GA but I do not see a cglib-nodeps jar I could use. I am using wsdl2java. It does not take the -wrapperbean flag. I am not sure exactly what these wrapper classes that the migration guide refers too. I don't install all the classes that wsdl2java generates - in particular most of my methods don't have the parameters wrapped, so even though wsdl2java generates classes for each xsd:element in my WSDL I don't use or install them. My WS method calls are just look like "boolean foobar(String, int)" So what do I need to do? Error on JBoss startup looks like java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.visit(IILjava/lang/String;Ljava/lang/Strin g;Ljava/lang/String;[Ljava/lang/String;)V Thanks, Dan
