
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Spring 2.5/Hibernate3/JBoss4.2.2
|
|
|
When I deploy my application with the new Compass jar (upgraded from 2.1.0M2) deployment fails because of a NoClassDefFoundError: org/objectweb/gs/asm/ClassVisitor.
It seems that in org.compass.core.util.reflection.asm.AsmReflectionFieldGenerator the wrong imports (org.objectweb.gs.asm.ClassVisitor, ClassWriter etc.) are used since these classes are also in the package org.compass.core.util.asm?
I don't have the package org.objectweb.gs.asm available.
|
|
Description
|
When I deploy my application with the new Compass jar (upgraded from 2.1.0M2) deployment fails because of a NoClassDefFoundError: org/objectweb/gs/asm/ClassVisitor.
It seems that in org.compass.core.util.reflection.asm.AsmReflectionFieldGenerator the wrong imports (org.objectweb.gs.asm.ClassVisitor, ClassWriter etc.) are used since these classes are also in the package org.compass.core.util.asm?
I don't have the package org.objectweb.gs.asm available. |
Show » |
|