Re: [aspectj-users] Getting Ejb Sessions IDs

2008-08-30 Thread Andrew Eisenberg
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 [EMAIL PROTECTED] wrote: What i was looking about getting Responses(Result) from this method

[aspectj-users] Getting Ejb Sessions IDs

2008-08-29 Thread Rashid Mahmood
Hi All, I am working on an application where i have to record/save Ejb invocations from an Ejb Client Application. I tried with AspectJ LoadTime Weaving and am able to get some information about these invocations like Method Name, Method Arguments etc. What i was looking about getting

Re: [aspectj-users] Getting Ejb Sessions IDs

2008-08-29 Thread Guillaume Pothier
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