]
Brad Maxwell updated WFLY-7093:
-------------------------------
Attachment: MethodInvocationResponseHandler.java.diff
Transfer of contextData back to the jboss ejb client
----------------------------------------------------
Key: WFLY-7093
URL:
https://issues.jboss.org/browse/WFLY-7093
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 10.1.0.Final
Reporter: Teresa Miyar
Assignee: David Lloyd
Priority: Minor
Attachments: MethodInvocationMessageHandler.java.diff,
MethodInvocationResponseHandler.java.diff
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.