tracee / tracee-examples

Integration examples for the tracee and contextlogger modules
http://tracee.io
2 stars 3 forks source link

Create example application for remote ejb calls #2

Open SvenBunge opened 9 years ago

SvenBunge commented 9 years ago

create an example application for remote ejb calls.

Test if the tracee context is propagated correctly for all standard application server:

The example application should be embedded into the servlet example webapp (configurable on /off)

SvenBunge commented 9 years ago

Moved comment of @tobiasgindler :

Added small local remote ejb example application and integrated it into the example webapp.

I have tested the functionality with an Apache TomEE. Local Remote EJB calls are handled in the same Thread, so the tracee context was available to the EJB and everything as expected. But we still must check the other application servers.