Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AspectJ: Passing unique ID to method calls across JVMs(AspectJ: Passing unique ID to method calls across JVMs)
AspectJ: Passing unique ID to method calls across JVMs [message #1451294] Thu, 23 October 2014 16:15 Go to next message
VISHER R is currently offline VISHER RFriend
Messages: 1
Registered: October 2014
Junior Member
I am new to AspectJ so sorry in case I am providing little information here.

I am trying to implement AspectJ for the following use case.

Track each request to the .com application - capture methods invoked, start time, end time, app name, GUID etc.. GUID is a unique ID generated to track each request. A request may invoke multiple methods within same JVM or different JVM( specific is SOAP webservices call).

I am having an issue passing the GUID when a method call to different JVM is requested. I want to tie the same GUID to the SOAP request as well which is served from a different JVM. Request --> Method 1 (JVM1) --> Method 2 (JVM1) --> Method 3(SOAP, JVM2).

Please suggest your approach to this problem. Thank you!!
Re: AspectJ: Passing unique ID to method calls across JVMs [message #1451354 is a reply to message #1451294] Thu, 23 October 2014 18:04 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
What have you tried so far?
Previous Topic:Referencing Aspetj Based Jar
Next Topic:org.eclipse.ui error
Goto Forum:
  


Current Time: Fri Apr 26 00:27:26 GMT 2024

Powered by FUDForum. Page generated in 0.03270 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top