[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Getting Ejb Sessions IDs
|
- From: "Andrew Eisenberg" <andrew@xxxxxxxxxxxx>
- Date: Sat, 30 Aug 2008 02:49:01 -0700
- 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:reply-to :sender:to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=IGMJP2FQzdKrE2LZjR4XPfuNfOHBpj9mTwLFg2Cpg50=; b=B9dfSf4+mqMnBsdkZtyuPlnHGy+DuFB8+bW6vGWPRi9Zh5URJ9rlLYzzvCoZQcqqIQ +YITaHxEnioQGqanWpn+4GiAYx/jLA0jpECjqTv8piMS1cyY/tCkqGtDwwpshaY6HQEK btlryaT/MsLIK6R9gkRDiZxt1GniDuzuHucuo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references:x-google-sender-auth; b=D6ClSvgjccja5DpkmlPKk2XwEgDsLGbKcBL4XUEEdmGrDt0ZCBTJnmbmcBsL/q9dJg vE+f2uWYN8eMAknm9yUa2kB0EAc8DEmyXv4gTCKHmsqz53k0pxQbYttVwG19yFK/vgxh fvoZebJs/BtFLSU3wswAvC9ObI9yvTpPPgqDE=
I've been holding of since I don't know EJB very well, but if you can
provide some code (or pseudo code), then I can give you some ideas
about aspectj.
On Fri, Aug 29, 2008 at 6:34 PM, Guillaume Pothier <gpothier@xxxxxxxxx> wrote:
>> What i was looking about getting Responses(Result) from this method calls?
>
> If I understand you (and AspectJ...) correctly, that would be either
> with an "after returning" advice
> (http://www.eclipse.org/aspectj/doc/released/progguide/semantics-advice.html),
> or with an around advice, using the result of proceed()
>
>> Most important is how can i get information like Bean Session IDs, and other
>> IDs and
>> contextual information?
>
> I know nothing about ejb, how do you get those from normal java code?
> You can probably get them in the same way in an advice.
> g
>
>>
>> Please share your ideas and experiences
>>
>> Regards
>>
>>
>> _______________________________________________
>> 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
>