Skip to main content

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

I've posted an updated version of the jar and sources (including test
cases). Please try them out and let me know if they work for you.

Thanks,
Ron

-----Original Message-----
From: Ron Bodkin [mailto:rbodkin@xxxxxxxxxxxxxx] 
Sent: Tuesday, March 20, 2007 8:15 AM
To: 'aspectj-users@xxxxxxxxxxx'
Subject: RE: [aspectj-users] Re: LTW configuration

Hi Mohan,

It looks like I posted the wrong version of the files. I will rebuild and
post a correct version as soon as possible.

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Mohan Radhakrishnan
Sent: Sunday, March 18, 2007 10:28 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [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:3
4)
	at
com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.jav
a(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
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top