Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] ServiceConfigurationError Error with AspectJ Load-Time Weaving

So you are using 
http://www.eclipse.org/aspectj/doc/released/devguide/ltw-configuration.html
LTW  

I am far from begin an AspectJ expert but did you try to :

1- enable debug and/or verbose (<weaver options="-verbose -debug">)
2- if it is not done already, limit the scope of the aspect to your class
package only (<include within="com.yourcompany.*"/>)

I might give us some clue to find where the error come from.

Hope this helps,

Olivier

--
View this message in context: http://aspectj.2085585.n4.nabble.com/ServiceConfigurationError-Error-with-AspectJ-Load-Time-Weaving-tp3812526p3812687.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top