This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160334

Summary: Spring library - cglib dependency
Product: ide Reporter: rskokan <rskokan>
Component: libsAssignee: issues@ide <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description rskokan 2009-03-16 12:30:09 UTC
I experienced an issue when creating a Spring app with the preconfigured Spring library in NetBeans. I used AspectJ
(thus asm libs). It was due to NetBeans' cglib in the Spring "library", which had some unresolved dependency and I got
this exception:

Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(I)V

I suggest using cglib-nodep jar instead.