Issue Type: Bug Bug
Affects Versions: 7.2.0.Alpha1
Assignee: jaikiran pai
Components: EJB
Created: 19/Jun/12 7:59 AM
Description:

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(...)

Project: Application Server 7
Labels: interceptor ejb
Priority: Major Major
Reporter: Michael Gronau
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira