SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-713
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Teon Metselaar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

AsmReflectionFieldGenerator seems to use the wrong imports

Created: 23/Sep/08 04:11 AM   Updated: 23/Sep/08 10:06 AM
Component/s: Compass::Core
Affects Version/s: 2.1.0 M3
Fix Version/s: 2.1.0 M4

Environment: Spring 2.5/Hibernate3/JBoss4.2.2


 Description  « Hide
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.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 23/Sep/08 10:06 AM
Moved to 2.1.0 M4 which was added and will be released soon.