Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] java.lang.VerifyError: (class: MyAspect, method: <init> signature: ()V) Illegal type in constant pool

Just to add to the context, this failing aspect is using spring's
"@Configurable(dependencyCheck=true)" to do @Autowiring. If I remove the
spring annotations it works. However, this is not the only aspect that is
using the "@Configurable" annotation. All the rest work fine. The only
difference is that this aspect has a default constructor that initiates/runs
an Executor.
-- 
View this message in context: http://aspectj.2085585.n4.nabble.com/java-lang-VerifyError-class-MyAspect-method-init-signature-V-Illegal-type-in-constant-pool-tp3209499p3209635.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top