Skip to main content

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


Mohan,

The source code for the plugin has a syntax error and the resulting pre-built JAR an unresolved compilation error. You will have to build the code yourself or hope Ron posts a new version of the code.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM United Kingdom Limited
Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)



"Mohan Radhakrishnan" <radhakrishnan.mohan@xxxxxxxxx>
Sent by: aspectj-users-bounces@xxxxxxxxxxx

18/03/2007 17:27

Please respond to
aspectj-users@xxxxxxxxxxx

To
aspectj-users@xxxxxxxxxxx
cc
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: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
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users







Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU







Back to the top