java - AspectJ not weaving all classes -


i using aspectj run time weaving. agent loading ok, finds aspect , aop file. classes aren't weaved although third party classes weaved.

this aop file

<aspectj> <weaver options="-showweaveinfo -debug">     <!-- weave classes in package -->     <!--include within="*.*"/--> </weaver> <aspects>     <aspect name="wf.core.aspects.loginfocalleraspect"></aspect> </aspects> 

what causes this?


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -