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 - Spring library - cglib dependency
Summary: Spring library - cglib dependency
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: libs (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 12:30 UTC by rskokan
Modified: 2010-12-09 16:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.