Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW in websphere 7

zjtian,

>From what I understood, you need to intercept some method calls in a 3th
party library used by your application.

I am not sure you need to bother with classloader for this kind of task.
Simply add the javaagent as described in the LTW documentation. You could
then register your aspect with an Around advice and change the code. You do
not need to call proceed() if you simply need to replace the code with your
own.

Hope this helps,

Olivier

--
View this message in context: http://aspectj.2085585.n4.nabble.com/LTW-in-websphere-7-tp3809489p3809561.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top