Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: LTW configuration

I forgot to add the error message that I see. I am not sure which
.class files are old.

[3/18/07 20:16:20:688 IST] 0000000a SystemErr     R java.lang.Error:
Unresolved compilation problem:
	Syntax error on token "+", ++ expected

	at aj.weaver.WasWeavingPlugin.preDefineApplicationClass(WasWeavingPlugin.java:34)
	at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled
Code))

Thanks,
Mohan

On 3/18/07, Mohan Radhakrishnan <radhakrishnan.mohan@xxxxxxxxx> wrote:
Hi,
      I am trying to configure LTW in WebSphere 6.0. I have my aspect
in a JAR with a aop.xml file in the META-INF folder. Is it enough If
this JAR is in the classpath ?

     Apart from that I have also done what is mentioned here
https://bugs.eclipse.org/bugs/show_bug.cgi?id=111027

     I don't see any verbose messages and my aspect is not called. I
am weaving portlet code.


Thanks,
Mohan



Back to the top