Re: [aspectj-users] AOP With Weblogic

2016-07-22 Thread Andy Clement
I’m afraid I’m no expert on weblogic configuration. I’d say perhaps search the AspectJ mailing list archive for an answer ( http://dev.eclipse.org/mhonarc/lists/aspectj-users/ ) - or try stack overflow, there are quite a few people

[aspectj-users] AOP With Weblogic

2016-07-19 Thread Vivek
Hi, We have a need to measure API Execution time for an Application deployed on Weblogic 10.3.6 server. Need is to print a report as in following line in a log report: API org.foo.bar.createObject(String, List) took 20 ms to execute. .. .. I have done the similar implementation with AspectJ AOP