[jboss-jira] [JBoss JIRA] (AS7-5021) Client EJB Interceptor context data serialized into privateData map on server side

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue Jun 19 10:45:13 EDT 2012


     [ https://issues.jboss.org/browse/AS7-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai updated AS7-5021:
------------------------------

       Fix Version/s: 7.1.3.Final (EAP)
                      7.2.0.Alpha1
    Git Pull Request: https://github.com/jbossas/jboss-as/pull/2527, https://github.com/jbossas/jboss-as/pull/2528  (was: https://github.com/jbossas/jboss-as/pull/2527, https://github.com/jbossas/jboss-as/pull/2528)
     Forum Reference: https://community.jboss.org/message/742662  (was: https://community.jboss.org/message/742662)

    
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list