| Author |
Can I use aspectj in jboss ?
|
Meir Yan
Ranch Hand
Joined: Apr 27, 2006
Posts: 597
|
|
Hello all I like to use aspectJ with my application, now I put the aspectjrt.jar into my server -> all -> lib directory And the application is loaded with no exception but when I execute the class 's I don�t get any aspectJ prints ( I used system.out.println with the @Around annotation) . Wheni test this with simple class outside the jobss it working great Do I need to know something else when using aspectJ with jboss ?
|
 |
Meir Yan
Ranch Hand
Joined: Apr 27, 2006
Posts: 597
|
|
this is the code :
|
 |
 |
|
|
subject: Can I use aspectj in jboss ?
|
|
|