]
jaikiran pai updated AS7-5021:
------------------------------
Fix Version/s: 7.1.3.Final (EAP)
7.2.0.Alpha1
Git Pull Request:
Client EJB Interceptor context data serialized into privateData map
on server side
----------------------------------------------------------------------------------
Key: AS7-5021
URL:
https://issues.jboss.org/browse/AS7-5021
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.1.Final, 7.1.2.Final (EAP)
Reporter: Michael Gronau
Assignee: jaikiran pai
Labels: ejb, interceptor
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
On the client side we have an ejb interceptor which puts some custom data to the
ContextData map with context.getContextData().put(...). This data is then serialized to
the invocation stream (via writeAttachements). But on the server side this data is
deserialized to the 'priveData' member of the enclosing InterceptorContext
instance of the current InvocationContext object (with readAttachments). This data map is
not accessable from our server side standard ejb interceptor with
context.getContextData().get(...)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: