[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] How can I exclude class's in aspectJ pointcuts
|
- From: "Andy Clement" <andrew.clement@xxxxxxxxx>
- Date: Tue, 27 Nov 2007 13:44:23 +0000
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=wXS/3WXNaxmjB2jdETZhQdk4fqZTD3TH1GoMexlq9BM=; b=M+ogwgeSmFatZ3yd1FCQpNQjnBktLfRabbHyccDMRBegLlyNdbhuoppJavFaE7qLgGFnPTwyr4gfEqyaQlKsMGlig1AiV2R0AGxBc0HyBEYN+e4E+eFgNXHb1JILrB+aTxkTTYhRzZ9MydTmyBrODcnmsu3aeQL5IkyRsma0U2k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EXE90oiY3LwNtFw5McbgqyXMU63RoDKXmBJNDEjx2hl/PyvdkbTiiu7qhCUoz+U3v3pF5lbl9WLpJ5/H+1nLNW9q5xUKvkmilIjkqZDFrURjETe8PC4OrWM1V5qMIunUCOcTefB1k+sQhsxmExmcx2IHhJw6QPkAK644mXSeaM8=
that looks just like one line of a Java stack trace? Are you getting
that over and over? If so that could indicate you have advised
yourself by accident and are recursing...
Andy.
On 27/11/2007, Meir Yanovich <meiry@xxxxxxxxxxxx> wrote:
> Hello and thanks for the fast reply I added this.
> But I still getting error ..
> My real case is bit more complex then the example I gave.
> How can I get some kind of error checking from aspectJ or somekind of
> debug info from aspectJ ?
> All im getting is :
> at
> com.foo.configuration.AspectSecurity.ajc$before$com_foo_configuration_As
> pectSecurity$1$dbea9d15(AspectSecurity.aj:54)
>
> in line 54 I have called method from within my application .
>
> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx
> [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of
> hermod.opstvedt@xxxxxxxxx
> Sent: Tuesday, November 27, 2007 2:37 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: RE: [aspectj-users] How can I exclude class's in aspectJ
> pointcuts
>
> Hi
>
> ...... && !within(com.fo.test.security.*)
>
> Hermod
>
> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx
> [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Meir Yanovich
> Sent: Tuesday, November 27, 2007 1:25 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] How can I exclude class's in aspectJ pointcuts
>
>
> Hello all
> I like to advice all the class's under :
> com.foo.test.* but NOT the classes under com.fo.test.security.* How can
> I represent that with aspectJ pointcuts ?
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
> * *
>
> This email with attachments is solely for the use of the individual or
> entity to whom it is addressed. Please also be aware that the DnB NOR
> Group
> cannot accept any payment orders or other legally binding correspondence
> with
> customers as a part of an email.
>
> This email message has been virus checked by the anti virus programs
> used
> in the DnB NOR Group.
>
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
> * *
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>