1. Hibernate in RAD 7 on WAS 6.1 server. getting asm.jar related error coderanch.comI'm trying to upgrade an existing Hibernate application running on WAS 6.0 to run on WAS 6.1 RAD 7 is the IDE i'm using. I'm getting the following error when i try to access the application running on WAS 6.1 java.lang.NoSuchMethodError: org/objectweb/asm/ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V Has anyone encountered similar problem? Does any one have a fix for this? Thanks for your time. Aravindan Here ... |
2. CGLIB includes the ASM library; no need for additional .jar forum.hibernate.org |