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

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.


Back to the top