Community
Participate
Working Groups
Using SpringSource Tool Suite version 2.3.2.RELEASE. The following error message appears repeatedly at various points in working with an ActiveJ-enabled Eclipse project, e.g. when openening a Java file. Also, a single file, for no apparent reason, cannot be compiled at all because of this exception. java.lang.RuntimeException at org.aspectj.weaver.bcel.BcelObjectType.ensureAspectJAttributesUnpacked(BcelObjectType.java:381) at org.aspectj.weaver.bcel.BcelObjectType.<init>(BcelObjectType.java:159) at org.aspectj.weaver.bcel.BcelWorld.buildBcelDelegate(BcelWorld.java:382) at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:377) at org.aspectj.weaver.World.resolveToReferenceType(World.java:440) at org.aspectj.weaver.World.re ... l.jobs.Worker.run(Worker.java:55) Compile error: RuntimeException thrown: Problem processing attributes in nl/neteffect/dtg/domain/impl/Listing.class I'd be happy to supply some files, but to avoid cluttering this issue report, maybe someone can point me in the direction of what might be causing these (i.e. what happens on line 381 of BcelObectType?).
this indicates a mismatch between AspectJ versions. Have you upgraded the AJDT in your STS?
I didn't hear back about AspectJ versions. Anyway, since this was raised I fixed one remaining issue with attribute unpacking, that was fixed in 1.6.11. So any issue here should be resolved now (if working with STS 2.6.0 or later). Please reopen if you still see an issue.