-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
27.0.0.Alpha4
-
None
-
-
---
-
---
When a EJB client send's ContextData to the server, all sent data should be cleared on the server side before marshalling the response and on the client side before unmarshalling a server response that is not requested using the jboss.returned.keys.
Only ContextData that is being explicitly requested by a client should be sent back and forth.
On the EJBClientInvocationContext class there's a convenient method addReturnedContextDataKey to add keys to that property.
- is related to
-
EJBCLIENT-424 EJB remote invocation response payload contain ContextData not part of 'jboss.returned.keys'
- Resolved
-
WEJBHTTP-83 WF Http EJB Client does not delete ContextData that has been removed on the server side
- Resolved
-
WFLY-16567 EJB response contains ContextData that has been removed in the server side interceptors
- Closed
-
WFLY-16796 LocalEjbReceiver response contains ContextData that has been removed on the server side
- Closed
-
EJBCLIENT-425 EJB client API does not delete ContextData that has been removed on the server side
- Pull Request Sent