With former JBoss versions it was possible to pass context beside the method invocation from the client to the server and back. This was done via (AOP) interceptors.
Since AS7 and WildFly the only possibility is to pass such context from the client to the server.
It should also possible to pass serializeable objects from the server side to the client if the invocation returns and have a client side interceptor to read that informations.
This was used to return i.e. tracking or additional usefull informations.
- clones
-
JBEAP-8837 [GSS](7.1.z)(ejb-client) EJB contextData not sent back to client in response
- Closed
- is caused by
-
EJBCLIENT-303 Changes to support returning contextData
- Resolved
- is cloned by
-
JBEAP-14981 [GSS](7.1.z)(EAP) EJB contextData not sent back to client in response
- Closed
- relates to
-
WEJBHTTP-23 EJB contextData not sent back to client in response when using EJB over HTTP
- Resolved