<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi list:<br>
<br>
I've recently updated to 6.2.2 and I had a library dependency problem.<br>
<br>
Really don't know if it's related to opencms 6.2.2 but i will post the
solution.<br>
<br>
If you see a <br>
<br>
java.lang.NoClassDefFoundError: org/objectweb/asm/Type<br>
or a <br>
<span style="color: black; background-color: rgb(255, 255, 102);">java.lang.NoSuchMethodError</span>:
<span style="color: black; background-color: rgb(160, 255, 255);">org.objectweb.asm.ClassVisitor.visit</span>(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V<br>
<br>
when you use your hibernate classes, just delete the cglib-xxx.jar and
the asm.jar files from your deploy/nnn/WEB-INF/lib folder, and copy
there the updated <br>
<pre><a
 href="http://www.ibiblio.org/maven2/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar">cglib-nodep-2.1_3.jar</a>

My env:
- jboss 4.0.2
- opencms 6.2.2
- mysql 4.1
- windows xp pro sp2


Hope it helps. Thanks.
</pre>
<br>
</body>
</html>