[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] LTW in websphere 7
|
- From: oroger <olivier.roger@xxxxxxxxx>
- Date: Tue, 13 Sep 2011 02:50:53 -0700 (PDT)
- Delivered-to: aspectj-users@eclipse.org
I have not use other method than the java-agent so I cannot really help you
on this.
Concerning WebSphere however, this method worked nicely on Windows (have not
tried AIX yet).
I simply added
"-javaagent:C:\was-cluster\soliam-fo-home\ext\aspectjweaver.jar" to the JVM
generic parameters. I also had to modify the
%WAS%/java/jre/security/securty.policy file according to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=74246
Not having the source code does not matter as long as you know the signature
of the method you need to intercept.
--
View this message in context: http://aspectj.2085585.n4.nabble.com/LTW-in-websphere-7-tp3809489p3809614.html
Sent from the AspectJ - users mailing list archive at Nabble.com.