not at all.
public aspect ParametersInterceptor {
pointcut interceptString():
execution (* PropertiesReader.parseGroups(..));
after() returning: interceptString() {
System.out.println("Haha what did you do ?");
}
}
whereas PropetiesReader is an arbitrary class of my application. Its a final
class in no inheritance mechanism. it just reads from a properties file.
----- Ursprüngliche Message -----
Von: oroger <[email protected]>
An: [email protected]
Cc:
Gesendet: 13:46 Mittwoch, 14.September 2011
Betreff: Re: [aspectj-users] ServiceConfigurationError Error with AspectJ
Load-Time Weaving
Is you aspect somehow related to
com.sun.media.imageioimpl.stream.ChannelImageOutputStreamSpi ?
--
View this message in context:
http://aspectj.2085585.n4.nabble.com/ServiceConfigurationError-Error-with-AspectJ-Load-Time-Weaving-tp3812526p3812565.html
Sent from the AspectJ - users mailing list archive at Nabble.com.
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users