Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Getting Ejb Sessions IDs

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 Responses(Result) from this method calls?

Most important is how can i get information like Bean Session IDs, and other IDs and
contextual information?

Please share your ideas and experiences

Regards  


Back to the top