-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
10.1.0.Final
-
None
The spec says:
The getContextData method enables a business method, lifecycle callback method, or timeout method to retrieve any interceptor/webservices context associated with its invocation.
The way this context data travels from client to server is by copying the data into a server context, this data is used inside the server ejb but not copied back to client. Client requests that this contextData is populated from client to server and vice versa.
- duplicates
-
WFLY-1805 It should be possible to pass objects via invocation context from the server side EJB to the client and read with a via client side interceptor
- Closed