Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Why i get java.lang.NoSuchFieldError ?

HI

I get this Exception  java.lang.NoSuchFieldError:ajc$cfowCounter$0

With a pointcut defined in aop.xml like this :

_expression_="within(org.objectweb.jonas.webapp.jonasadmin..*) AND  call(public * org.objectweb.jonas.webapp.jonasadmin..*(..)) AND !cflowbelow(call(public * org.objectweb.jonas.webapp.jonasadmin..*(..)) ) "?

 

When i remove the !cflowbelow(..) condition there is no error.

With AspectJ lastbuild : aspectj-DEVELOPMENT-20071112180727.jar. Running on Windows XP, JRockit 1.5.0_11

 

 

Cordialement / Best regards

Jean-Louis PASTUREL

 

*********************************
This message and any attachments (the "message") are confidential and intended solely for the addressees.
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration.
France Telecom Group shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
********************************

Back to the top