I am just curious. I have been using 3.2GA for a couple of months now and started to use CGLib for some purposes other than that directly related to hibernate. I wanted to take advantage of ASM, specifically I wanted todo some byte code generation by example using their ASMifier. However the CGLib that is bundled with 3.2GA seems to have an odd version of ASM. I found an older version of ASM and a newer version that have the ASMifier in the jar file. But this particular version (1.5.3) seems to have that missing. Trying a newer version of ASM just causes hibernate to fail initialization (not surprisingly)I didnt want to get involved in using multiple class loaders to get around class version issues. Any insight on what I am doing wrong / how I can work around this
Hibernate version:3.2GA
Name and version of the database you are using:MYSQL 5.0
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html